Home
last modified time | relevance | path

Searched refs:ENABLE_NOTIFICATION_VALUE (Results 1 – 19 of 19) sorted by relevance

/packages/modules/Uwb/service/tests/src/com/android/server/uwb/discovery/ble/
DGattTransportServerProviderTest.java205 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()
DGattTransportClientProviderTest.java372 .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/
DBluetoothGattDescriptor.java37 public static final byte[] ENABLE_NOTIFICATION_VALUE = {0x01, 0x00}; field in BluetoothGattDescriptor
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/mcp/
DMediaControlGattServiceTest.java800 ? 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/
DTbsGatt.java426 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/
DTbsGattTest.java144 ? 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/
Dbt_gatt_constants.py219 ENABLE_NOTIFICATION_VALUE = [0x01, 0x00] variable in GattDescriptor
/packages/modules/Bluetooth/pandora/interfaces/pandora_experimental/
Dgatt.proto84 ENABLE_NOTIFICATION_VALUE = 0; enumerator
/packages/modules/Uwb/service/java/com/android/server/uwb/discovery/ble/
DGattTransportServerProvider.java215 BluetoothGattDescriptor.ENABLE_NOTIFICATION_VALUE, value)) {
DGattTransportClientProvider.java564 BluetoothGattDescriptor.ENABLE_NOTIFICATION_VALUE); in enableNotification()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bas/
DBatteryStateMachine.java510 gatt.writeDescriptor(cccd, BluetoothGattDescriptor.ENABLE_NOTIFICATION_VALUE); in onCharacteristicRead()
/packages/modules/Bluetooth/android/pandora/mmi2grpc/mmi2grpc/
Dgatt.py29 ENABLE_NOTIFICATION_VALUE, INSUFFICIENT_AUTHENTICATION,
1258 handle=handle, enable_value=ENABLE_NOTIFICATION_VALUE)
/packages/modules/Bluetooth/android/pandora/server/src/
DGatt.kt321 BluetoothGattDescriptor.ENABLE_NOTIFICATION_VALUE, in setCharacteristicNotificationFromHandle()
/packages/modules/Bluetooth/floss/pandora/server/
Dgatt.py47 ENABLE_NOTIFICATION_VALUE = [0x01, 0x00] variable in GATTService
657 self.ENABLE_NOTIFICATION_VALUE)
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/mcp/
DMediaControlGattService.java863 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/
DGattClientTest.java329 : BluetoothGattDescriptor.ENABLE_NOTIFICATION_VALUE); in clientGattNotifyOrIndicateCharacteristic()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/bass_client/
DBassClientStateMachineTest.java665 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/
DBassClientStateMachine.java1205 desc.setValue(BluetoothGattDescriptor.ENABLE_NOTIFICATION_VALUE); in onCharacteristicRead()
/packages/modules/Bluetooth/framework/api/
Dcurrent.txt750 field public static final byte[] ENABLE_NOTIFICATION_VALUE;