mergBLEPeripheralDiscoverServices

Typecommand
DictionaryLCS
LibraryLiveCode Script
Syntax
mergBLEPeripheralDiscoverServices <pUUID>, [<pServiceUUIDs>]
Associationsmergble
Summary

Discover the services offered by a peripheral

Introduced8.0
OSios, mac
Platformsdesktop, mobile
Parameters
NameTypeDescription
pUUID

A peripheral UUID as returned by the mergBLEDidDiscoverPeripheral 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 mergBLEPeripheralDidDiscoverServices is sent.

Tagsexternals