Searched refs:ENABLE_INDICATION_VALUE (Results 1 – 9 of 9) sorted by relevance
40 public static final byte[] ENABLE_INDICATION_VALUE = {0x02, 0x00}; field in BluetoothGattDescriptor
306 if (request.enableValue == EnableValue.ENABLE_INDICATION_VALUE) { in setCharacteristicNotificationFromHandle()310 BluetoothGattDescriptor.ENABLE_INDICATION_VALUE in setCharacteristicNotificationFromHandle()
220 ENABLE_INDICATION_VALUE = [0x02, 0x00] variable in GattDescriptor
45 ENABLE_INDICATION_VALUE = [0x02, 0x00] variable in GATTService650 if request.enable_value == gatt_pb2.ENABLE_INDICATION_VALUE:653 self.ENABLE_INDICATION_VALUE)
85 ENABLE_INDICATION_VALUE = 1; enumerator
48 ENABLE_INDICATION_VALUE,1246 handle=handle, enable_value=ENABLE_INDICATION_VALUE)
256 ? BluetoothGattDescriptor.ENABLE_INDICATION_VALUE in clientGattNotifyOrIndicateCharacteristic()
708 value, BluetoothGattDescriptor.ENABLE_INDICATION_VALUE) in setValue()716 value, BluetoothGattDescriptor.ENABLE_INDICATION_VALUE))) { in setValue()
727 field public static final byte[] ENABLE_INDICATION_VALUE;