Home
last modified time | relevance | path

Searched refs:ENABLE_NOTIFICATION_VALUE (Results 1 – 20 of 20) 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.java373 .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/
Dgatt_notify_test.py61 GattCharDesc.GATT_CLIENT_CHARAC_CFG_UUID, GattDescriptor.ENABLE_NOTIFICATION_VALUE)
/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.java794 ? 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/
DTbsGatt.java497 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/
DTbsGattTest.java167 ? 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/
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/pandora/mmi2grpc/mmi2grpc/
Dgatt.py47 ENABLE_NOTIFICATION_VALUE,
1277 handle=handle, enable_value=ENABLE_NOTIFICATION_VALUE)
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bas/
DBatteryStateMachine.java599 gatt.writeDescriptor(cccd, BluetoothGattDescriptor.ENABLE_NOTIFICATION_VALUE); in onCharacteristicRead()
/packages/modules/Bluetooth/android/pandora/server/src/
DGatt.kt320 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/framework/tests/bumble/src/android/bluetooth/
DGattClientTest.java257 : BluetoothGattDescriptor.ENABLE_NOTIFICATION_VALUE); in clientGattNotifyOrIndicateCharacteristic()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/mcp/
DMediaControlGattService.java901 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/
DBassClientStateMachine.java1116 desc.setValue(BluetoothGattDescriptor.ENABLE_NOTIFICATION_VALUE); in onCharacteristicRead()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/bass_client/
DBassClientStateMachineTest.java775 verify(desc).setValue(BluetoothGattDescriptor.ENABLE_NOTIFICATION_VALUE); in gattCallbackOnCharacteristicRead()
/packages/modules/Bluetooth/framework/api/
Dcurrent.txt728 field public static final byte[] ENABLE_NOTIFICATION_VALUE;