Searched refs:ENABLE_INDICATION_VALUE (Results 1 – 9 of 9) sorted by relevance
/packages/modules/Bluetooth/framework/java/android/bluetooth/ |
D | BluetoothGattDescriptor.java | 40 public static final byte[] ENABLE_INDICATION_VALUE = {0x02, 0x00}; field in BluetoothGattDescriptor
|
/packages/modules/Bluetooth/android/pandora/server/src/ |
D | Gatt.kt | 307 if (request.enableValue == EnableValue.ENABLE_INDICATION_VALUE) { in setCharacteristicNotificationFromHandle() 311 BluetoothGattDescriptor.ENABLE_INDICATION_VALUE, in setCharacteristicNotificationFromHandle()
|
/packages/modules/Bluetooth/system/blueberry/utils/ |
D | bt_gatt_constants.py | 220 ENABLE_INDICATION_VALUE = [0x02, 0x00] variable in GattDescriptor
|
/packages/modules/Bluetooth/floss/pandora/server/ |
D | gatt.py | 45 ENABLE_INDICATION_VALUE = [0x02, 0x00] variable in GATTService 650 if request.enable_value == gatt_pb2.ENABLE_INDICATION_VALUE: 653 self.ENABLE_INDICATION_VALUE)
|
/packages/modules/Bluetooth/pandora/interfaces/pandora_experimental/ |
D | gatt.proto | 85 ENABLE_INDICATION_VALUE = 1; enumerator
|
/packages/modules/Bluetooth/android/pandora/mmi2grpc/mmi2grpc/ |
D | gatt.py | 28 …dora_experimental.gatt_pb2 import (APPLICATION_ERROR, ATTRIBUTE_NOT_FOUND, ENABLE_INDICATION_VALUE, 1227 handle=handle, enable_value=ENABLE_INDICATION_VALUE)
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/ |
D | TbsGatt.java | 632 value, BluetoothGattDescriptor.ENABLE_INDICATION_VALUE) in setValue() 640 value, BluetoothGattDescriptor.ENABLE_INDICATION_VALUE))) { in setValue()
|
/packages/modules/Bluetooth/framework/tests/bumble/src/android/bluetooth/ |
D | GattClientTest.java | 328 ? BluetoothGattDescriptor.ENABLE_INDICATION_VALUE in clientGattNotifyOrIndicateCharacteristic()
|
/packages/modules/Bluetooth/framework/api/ |
D | current.txt | 749 field public static final byte[] ENABLE_INDICATION_VALUE;
|