ServicesDiscovered
data class ServicesDiscovered(val services: List<IBluetoothGattService>, val status: BleGattOperationStatus) : ClientGattEvent
Event emitted when the list of remote services, characteristics and descriptors for the remote device have been updated, i.e. new services have been discovered.
See also
(https://developer.android.com/reference/android/bluetooth/BluetoothGattCallback#onServicesDiscovered(android.bluetooth.BluetoothGatt,%20int))
Properties
Link copied to clipboard
Discovered services.
Link copied to clipboard
Operation status (BleGattOperationStatus).