/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 | 373 .writeDescriptor(any(), eq(BluetoothGattDescriptor.ENABLE_NOTIFICATION_VALUE)); in testStartProcessing_notificationNotEnabled() 394 .writeDescriptor(any(), eq(BluetoothGattDescriptor.ENABLE_NOTIFICATION_VALUE)); in testStartProcessing_succeed()
|
/packages/modules/Bluetooth/system/blueberry/tests/sl4a_sl4a/gatt/ |
D | gatt_notify_test.py | 61 GattCharDesc.GATT_CLIENT_CHARAC_CFG_UUID, GattDescriptor.ENABLE_NOTIFICATION_VALUE)
|
/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 | 794 ? BluetoothGattDescriptor.ENABLE_NOTIFICATION_VALUE.clone() in testNotify() 1089 characteristic, BluetoothGattDescriptor.ENABLE_NOTIFICATION_VALUE.clone()); in testPlaybackSpeedWrite() 1141 characteristic, BluetoothGattDescriptor.ENABLE_NOTIFICATION_VALUE.clone()); in testUpdateSupportedOpcodesChar() 1169 characteristic, BluetoothGattDescriptor.ENABLE_NOTIFICATION_VALUE.clone()); in testPlayingOrderSupportedChar() 1229 characteristic, BluetoothGattDescriptor.ENABLE_NOTIFICATION_VALUE.clone()); in testCharacteristicNotifyOnAuthorization() 1235 characteristic2, BluetoothGattDescriptor.ENABLE_NOTIFICATION_VALUE.clone()); in testCharacteristicNotifyOnAuthorization() 1241 characteristic3, BluetoothGattDescriptor.ENABLE_NOTIFICATION_VALUE.clone()); in testCharacteristicNotifyOnAuthorization()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/ |
D | TbsGatt.java | 497 getCccBytes(device, uuid), BluetoothGattDescriptor.ENABLE_NOTIFICATION_VALUE); in isSubscribed() 706 } else if ((!Arrays.equals(value, BluetoothGattDescriptor.ENABLE_NOTIFICATION_VALUE) in setValue() 713 value, BluetoothGattDescriptor.ENABLE_NOTIFICATION_VALUE)) in setValue() 720 if (Arrays.equals(value, BluetoothGattDescriptor.ENABLE_NOTIFICATION_VALUE)) { in setValue() 1009 descriptor.setValue(BluetoothGattDescriptor.ENABLE_NOTIFICATION_VALUE); in restoreCccValuesForStoredDevices()
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/tbs/ |
D | TbsGattTest.java | 167 ? BluetoothGattDescriptor.ENABLE_NOTIFICATION_VALUE in configureNotifications() 913 eq(BluetoothGattDescriptor.ENABLE_NOTIFICATION_VALUE)); in testClientCharacteristicConfiguration() 967 eq(BluetoothGattDescriptor.ENABLE_NOTIFICATION_VALUE)); in testMultipleClientCharacteristicConfiguration() 996 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/pandora/mmi2grpc/mmi2grpc/ |
D | gatt.py | 47 ENABLE_NOTIFICATION_VALUE, 1277 handle=handle, enable_value=ENABLE_NOTIFICATION_VALUE)
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bas/ |
D | BatteryStateMachine.java | 599 gatt.writeDescriptor(cccd, BluetoothGattDescriptor.ENABLE_NOTIFICATION_VALUE); in onCharacteristicRead()
|
/packages/modules/Bluetooth/android/pandora/server/src/ |
D | Gatt.kt | 320 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/framework/tests/bumble/src/android/bluetooth/ |
D | GattClientTest.java | 257 : BluetoothGattDescriptor.ENABLE_NOTIFICATION_VALUE); in clientGattNotifyOrIndicateCharacteristic()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/mcp/ |
D | MediaControlGattService.java | 901 BluetoothGattDescriptor.ENABLE_NOTIFICATION_VALUE, in restoreCccValuesForStoredDevices() 1483 if (Arrays.equals(value, BluetoothGattDescriptor.ENABLE_NOTIFICATION_VALUE)) { in setCcc() 1834 if (!Arrays.equals(ccc, BluetoothGattDescriptor.ENABLE_NOTIFICATION_VALUE)) return; in notifyCharacteristic()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bass_client/ |
D | BassClientStateMachine.java | 1116 desc.setValue(BluetoothGattDescriptor.ENABLE_NOTIFICATION_VALUE); in onCharacteristicRead()
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/bass_client/ |
D | BassClientStateMachineTest.java | 775 verify(desc).setValue(BluetoothGattDescriptor.ENABLE_NOTIFICATION_VALUE); in gattCallbackOnCharacteristicRead()
|
/packages/modules/Bluetooth/framework/api/ |
D | current.txt | 728 field public static final byte[] ENABLE_NOTIFICATION_VALUE;
|