mergBLEPeripheralServiceAdvertisementData |
Type | function |
Dictionary | LCS |
Library | LiveCode Script |
Syntax | mergBLEPeripheralServiceAdvertisementData(<pUUID>, <pService>)
|
Associations | mergble |
Summary | Get the advertisement data for a service from a peripheral discovery
|
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 or returned by the
mergBLEDidDiscoverPeripheral message
|
|
Values | Name | Type | Description |
---|
return | | data
|
|
Description | Get the advertisement data for a service from a peripheral discovery
|
Tags | externals |