Home
last modified time | relevance | path

Searched refs:DISABLE_NOTIFICATION_VALUE (Results 1 – 9 of 9) sorted by relevance

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/tbs/
DTbsGattTest.java145 : BluetoothGattDescriptor.DISABLE_NOTIFICATION_VALUE); in configureNotifications()
933 eq(BluetoothGattDescriptor.DISABLE_NOTIFICATION_VALUE)); in testClientCharacteristicConfiguration()
957 eq(BluetoothGattDescriptor.DISABLE_NOTIFICATION_VALUE)); in testClientCharacteristicConfiguration()
977 eq(BluetoothGattDescriptor.DISABLE_NOTIFICATION_VALUE)); in testMultipleClientCharacteristicConfiguration()
986 eq(BluetoothGattDescriptor.DISABLE_NOTIFICATION_VALUE)); in testMultipleClientCharacteristicConfiguration()
1013 eq(BluetoothGattDescriptor.DISABLE_NOTIFICATION_VALUE)); in testMultipleClientCharacteristicConfiguration()
1043 eq(BluetoothGattDescriptor.DISABLE_NOTIFICATION_VALUE)); in testMultipleClientCharacteristicConfiguration()
1058 eq(BluetoothGattDescriptor.DISABLE_NOTIFICATION_VALUE)); in testMultipleClientCharacteristicConfiguration()
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothGattDescriptor.java43 public static final byte[] DISABLE_NOTIFICATION_VALUE = {0x00, 0x00}; field in BluetoothGattDescriptor
/packages/modules/Bluetooth/system/blueberry/utils/
Dbt_gatt_constants.py221 DISABLE_NOTIFICATION_VALUE = [0x00, 0x00] variable in GattDescriptor
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/
DTbsGatt.java408 return BluetoothGattDescriptor.DISABLE_NOTIFICATION_VALUE; in getCccBytes()
617 return BluetoothGattDescriptor.DISABLE_NOTIFICATION_VALUE; in getValue()
634 value, BluetoothGattDescriptor.DISABLE_NOTIFICATION_VALUE)) in setValue()
646 } else if (Arrays.equals(value, BluetoothGattDescriptor.DISABLE_NOTIFICATION_VALUE)) { in setValue()
/packages/modules/Uwb/service/tests/src/com/android/server/uwb/discovery/ble/
DGattTransportServerProviderTest.java714 BluetoothGattDescriptor.DISABLE_NOTIFICATION_VALUE); in testDescriptorWriteRequest_disableNotification()
722 BluetoothGattDescriptor.DISABLE_NOTIFICATION_VALUE); in testDescriptorWriteRequest_disableNotification()
/packages/modules/Uwb/service/java/com/android/server/uwb/discovery/ble/
DGattTransportServerProvider.java220 BluetoothGattDescriptor.DISABLE_NOTIFICATION_VALUE, value)) {
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/mcp/
DMediaControlGattServiceTest.java801 : BluetoothGattDescriptor.DISABLE_NOTIFICATION_VALUE.clone(); in testNotify()
981 characteristic, BluetoothGattDescriptor.DISABLE_NOTIFICATION_VALUE.clone()); in verifyMediaControlPointRequests()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/mcp/
DMediaControlGattService.java1452 } else if (Arrays.equals(value, BluetoothGattDescriptor.DISABLE_NOTIFICATION_VALUE)) { in setCcc()
1470 return BluetoothGattDescriptor.DISABLE_NOTIFICATION_VALUE; in getCccBytes()
/packages/modules/Bluetooth/framework/api/
Dcurrent.txt748 field public static final byte[] DISABLE_NOTIFICATION_VALUE;