Home
last modified time | relevance | path

Searched refs:NOTIFICATION_VALUE (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/framework/tests/bumble/src/android/bluetooth/
DGattClientTest.java91 private static final String NOTIFICATION_VALUE = "hello world"; field in GattClientTest
347 any(), any(), eq(NOTIFICATION_VALUE.getBytes(StandardCharsets.UTF_8))); in clientGattNotifyOrIndicateCharacteristic()
495 .setValue(ByteString.copyFromUtf8(NOTIFICATION_VALUE)) in triggerCharacteristicNotification()
505 .setValue(ByteString.copyFromUtf8(NOTIFICATION_VALUE)) in triggerCharacteristicIndication()
/packages/modules/Bluetooth/floss/pandora/floss/
Dgatt_server.py261 NOTIFICATION_VALUE = [bytes([1]), bytes([0])] variable in FlossGattServer