mergBLEPeripheralDiscoverCharacteristicsForService |
Type | command |
Dictionary | LCS |
Library | LiveCode Script |
Syntax | mergBLEPeripheralDiscoverCharacteristicsForService <pUUID>, <pService>, [<pCharacteristicUUIDs>]
|
Associations | mergble |
Summary | Discover the characteristics of a service
|
Introduced | 8.0 |
OS | ios, mac |
Platforms | desktop, mobile |
Parameters | Name | Type | Description |
---|
pUUID | | A peripheral UUID as returned by the
mergBLEDidDiscoverPeripheral message
|
pService | | A service UUID as returned by the
mergBLEPeripheralDidDiscoverServices message
|
pCharacteristicUUIDs | | (optional with "" default) A list of
characteristic UUIDs that your app is interested in. If empty all
discovered characteristics are returned (not recommended).
|
|
Description | When discovered the
mergBLEPeripheralDidDiscoverCharacteristicsForService is sent.
|
Tags | externals |