Searched refs:NOTIFICATION_VALUE (Results 1 – 2 of 2) sorted by relevance
91 private static final String NOTIFICATION_VALUE = "hello world"; field in GattClientTest347 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()
261 NOTIFICATION_VALUE = [bytes([1]), bytes([0])] variable in FlossGattServer