/packages/modules/Uwb/service/tests/src/com/android/server/uwb/discovery/ble/ |
D | GattTransportServerProviderTest.java | 205 BluetoothGattDescriptor.ENABLE_NOTIFICATION_VALUE); in testStartProcessing_succeed() 221 BluetoothGattDescriptor.ENABLE_NOTIFICATION_VALUE); in testStartProcessing_succeed() 247 BluetoothGattDescriptor.ENABLE_NOTIFICATION_VALUE); in startProcessing() 690 BluetoothGattDescriptor.ENABLE_NOTIFICATION_VALUE); in testDescriptorWriteRequest_unknownUuid()
|
D | GattTransportClientProviderTest.java | 372 .writeDescriptor(any(), eq(BluetoothGattDescriptor.ENABLE_NOTIFICATION_VALUE)); in testStartProcessing_notificationNotEnabled() 393 .writeDescriptor(any(), eq(BluetoothGattDescriptor.ENABLE_NOTIFICATION_VALUE)); in testStartProcessing_succeed()
|
/packages/modules/Bluetooth/framework/java/android/bluetooth/ |
D | BluetoothGattDescriptor.java | 37 public static final byte[] ENABLE_NOTIFICATION_VALUE = {0x01, 0x00}; field in BluetoothGattDescriptor
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/mcp/ |
D | MediaControlGattServiceTest.java | 800 ? BluetoothGattDescriptor.ENABLE_NOTIFICATION_VALUE.clone() in testNotify() 1065 characteristic, BluetoothGattDescriptor.ENABLE_NOTIFICATION_VALUE.clone()); in testPlaybackSpeedWrite() 1116 characteristic, BluetoothGattDescriptor.ENABLE_NOTIFICATION_VALUE.clone()); in testUpdateSupportedOpcodesChar() 1144 characteristic, BluetoothGattDescriptor.ENABLE_NOTIFICATION_VALUE.clone()); in testPlayingOrderSupportedChar() 1274 characteristic, BluetoothGattDescriptor.ENABLE_NOTIFICATION_VALUE.clone()); in testCharacteristicNotifyOnAuthorization() 1280 characteristic2, BluetoothGattDescriptor.ENABLE_NOTIFICATION_VALUE.clone()); in testCharacteristicNotifyOnAuthorization() 1286 characteristic3, BluetoothGattDescriptor.ENABLE_NOTIFICATION_VALUE.clone()); in testCharacteristicNotifyOnAuthorization()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/ |
D | TbsGatt.java | 426 getCccBytes(device, uuid), BluetoothGattDescriptor.ENABLE_NOTIFICATION_VALUE); in isSubscribed() 630 } else if ((!Arrays.equals(value, BluetoothGattDescriptor.ENABLE_NOTIFICATION_VALUE) in setValue() 637 value, BluetoothGattDescriptor.ENABLE_NOTIFICATION_VALUE)) in setValue() 644 if (Arrays.equals(value, BluetoothGattDescriptor.ENABLE_NOTIFICATION_VALUE)) { in setValue() 936 descriptor.setValue(BluetoothGattDescriptor.ENABLE_NOTIFICATION_VALUE); in restoreCccValuesForStoredDevices()
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/tbs/ |
D | TbsGattTest.java | 144 ? BluetoothGattDescriptor.ENABLE_NOTIFICATION_VALUE in configureNotifications() 945 eq(BluetoothGattDescriptor.ENABLE_NOTIFICATION_VALUE)); in testClientCharacteristicConfiguration() 999 eq(BluetoothGattDescriptor.ENABLE_NOTIFICATION_VALUE)); in testMultipleClientCharacteristicConfiguration() 1028 eq(BluetoothGattDescriptor.ENABLE_NOTIFICATION_VALUE)); in testMultipleClientCharacteristicConfiguration()
|
/packages/modules/Bluetooth/system/blueberry/utils/ |
D | bt_gatt_constants.py | 219 ENABLE_NOTIFICATION_VALUE = [0x01, 0x00] variable in GattDescriptor
|
/packages/modules/Bluetooth/pandora/interfaces/pandora_experimental/ |
D | gatt.proto | 84 ENABLE_NOTIFICATION_VALUE = 0; enumerator
|
/packages/modules/Uwb/service/java/com/android/server/uwb/discovery/ble/ |
D | GattTransportServerProvider.java | 215 BluetoothGattDescriptor.ENABLE_NOTIFICATION_VALUE, value)) {
|
D | GattTransportClientProvider.java | 564 BluetoothGattDescriptor.ENABLE_NOTIFICATION_VALUE); in enableNotification()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bas/ |
D | BatteryStateMachine.java | 510 gatt.writeDescriptor(cccd, BluetoothGattDescriptor.ENABLE_NOTIFICATION_VALUE); in onCharacteristicRead()
|
/packages/modules/Bluetooth/android/pandora/mmi2grpc/mmi2grpc/ |
D | gatt.py | 29 ENABLE_NOTIFICATION_VALUE, INSUFFICIENT_AUTHENTICATION, 1258 handle=handle, enable_value=ENABLE_NOTIFICATION_VALUE)
|
/packages/modules/Bluetooth/android/pandora/server/src/ |
D | Gatt.kt | 321 BluetoothGattDescriptor.ENABLE_NOTIFICATION_VALUE, in setCharacteristicNotificationFromHandle()
|
/packages/modules/Bluetooth/floss/pandora/server/ |
D | gatt.py | 47 ENABLE_NOTIFICATION_VALUE = [0x01, 0x00] variable in GATTService 657 self.ENABLE_NOTIFICATION_VALUE)
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/mcp/ |
D | MediaControlGattService.java | 863 BluetoothGattDescriptor.ENABLE_NOTIFICATION_VALUE, in restoreCccValuesForStoredDevices() 1449 if (Arrays.equals(value, BluetoothGattDescriptor.ENABLE_NOTIFICATION_VALUE)) { in setCcc() 1800 if (!Arrays.equals(ccc, BluetoothGattDescriptor.ENABLE_NOTIFICATION_VALUE)) return; in notifyCharacteristic()
|
/packages/modules/Bluetooth/framework/tests/bumble/src/android/bluetooth/ |
D | GattClientTest.java | 329 : BluetoothGattDescriptor.ENABLE_NOTIFICATION_VALUE); in clientGattNotifyOrIndicateCharacteristic()
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/bass_client/ |
D | BassClientStateMachineTest.java | 665 verify(desc).setValue(BluetoothGattDescriptor.ENABLE_NOTIFICATION_VALUE); in gattCallbackOnCharacteristicReadObsolete() 901 verify(desc).setValue(BluetoothGattDescriptor.ENABLE_NOTIFICATION_VALUE); in gattCallbackOnCharacteristicRead()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bass_client/ |
D | BassClientStateMachine.java | 1205 desc.setValue(BluetoothGattDescriptor.ENABLE_NOTIFICATION_VALUE); in onCharacteristicRead()
|
/packages/modules/Bluetooth/framework/api/ |
D | current.txt | 750 field public static final byte[] ENABLE_NOTIFICATION_VALUE;
|