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