Searched refs:DISABLE_NOTIFICATION_VALUE (Results 1 – 9 of 9) sorted by relevance
145 : 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()
43 public static final byte[] DISABLE_NOTIFICATION_VALUE = {0x00, 0x00}; field in BluetoothGattDescriptor
221 DISABLE_NOTIFICATION_VALUE = [0x00, 0x00] variable in GattDescriptor
408 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()
714 BluetoothGattDescriptor.DISABLE_NOTIFICATION_VALUE); in testDescriptorWriteRequest_disableNotification()722 BluetoothGattDescriptor.DISABLE_NOTIFICATION_VALUE); in testDescriptorWriteRequest_disableNotification()
220 BluetoothGattDescriptor.DISABLE_NOTIFICATION_VALUE, value)) {
801 : BluetoothGattDescriptor.DISABLE_NOTIFICATION_VALUE.clone(); in testNotify()981 characteristic, BluetoothGattDescriptor.DISABLE_NOTIFICATION_VALUE.clone()); in verifyMediaControlPointRequests()
1452 } else if (Arrays.equals(value, BluetoothGattDescriptor.DISABLE_NOTIFICATION_VALUE)) { in setCcc()1470 return BluetoothGattDescriptor.DISABLE_NOTIFICATION_VALUE; in getCccBytes()
748 field public static final byte[] DISABLE_NOTIFICATION_VALUE;