mergBLEPeripheralDidModifyServices

Typemessage
DictionaryLCS
LibraryLiveCode Script
Syntax
mergBLEPeripheralDidModifyServices <pUUID>, <pInvalidatedServices>
Associationsmergble
Summary

Sent when the peripheral adds or invalidates services

Introduced8.0
OSios, mac
Platformsdesktop, mobile
Parameters
NameTypeDescription
pUUID

A peripheral UUID as returned by the mergBLEDidDiscoverPeripheral message

pInvalidatedServices

If any services were invalidated then their UUIDs are listed here otherwise this parameter will be empty. To determine any new services available you need to discover services again.

Description

Sent when the peripheral adds or invalidates services

Tagsexternals