mergBLEPeripheralDidModifyServices |
Type | message |
Dictionary | LCS |
Library | LiveCode Script |
Syntax | mergBLEPeripheralDidModifyServices <pUUID>, <pInvalidatedServices>
|
Associations | mergble |
Summary | Sent when the peripheral adds or invalidates services
|
Introduced | 8.0 |
OS | ios, mac |
Platforms | desktop, mobile |
Parameters | Name | Type | Description |
---|
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
|
Tags | externals |