mergBLEPeripheralDiscoverCharacteristicsForService

Typecommand
DictionaryLCS
LibraryLiveCode Script
Syntax
mergBLEPeripheralDiscoverCharacteristicsForService <pUUID>, <pService>, [<pCharacteristicUUIDs>]
Associationsmergble
Summary

Discover the characteristics of a service

Introduced8.0
OSios, mac
Platformsdesktop, mobile
Parameters
NameTypeDescription
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.

Tagsexternals