discoverServices

abstract suspend fun discoverServices(uuids: List<Uuid>): Boolean

Initiates GATT services discovery.

The result should be reported by emitting ServicesDiscovered event to events flow.

Return

True if service discovery was requested successfully; false otherwise.

Parameters

uuids

An optional list of service UUIDs to filter the results.