Enable Notifications
data class EnableNotifications(val device: BluetoothDevice, val characteristicUuid: UUID) : BleClientOperation
Content copied to clipboard
Enable notifications/indications on a characteristic represented by characteristicUuid
Constructors
Link copied to clipboard
fun EnableNotifications(device: BluetoothDevice, characteristicUuid: UUID)
Content copied to clipboard