mergBLEPeripheralDiscoverIncludedServicesForService |
Type | command |
Dictionary | LCS |
Library | LiveCode Script |
Syntax | mergBLEPeripheralDiscoverIncludedServicesForService <pUUID>, <pService>, [<pServiceUUIDs>]
|
Associations | mergble |
Summary | When discovered the mergBLEPeripheralDidDiscoverIncludedServices is
sent
|
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
|
pServiceUUIDs | | (optional with "" default) A list of service UUIDs that
your app is interested in. If empty all discovered services are returned
(not recommended).
|
|
Description | When discovered the mergBLEPeripheralDidDiscoverIncludedServices is
sent
|
Tags | externals |