HomeSort by relevance Sort by last modified time
    Searched refs:STOP_CHARACTERISTIC_UUID (Results 1 - 2 of 2) sorted by null

  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
BleConnectionPriorityServerService.java 81 private static final UUID STOP_CHARACTERISTIC_UUID =
246 characteristic = new BluetoothGattCharacteristic(STOP_CHARACTERISTIC_UUID, 0x0A, 0x11);
323 } else if (characteristic.getUuid().equals(STOP_CHARACTERISTIC_UUID)) {
BleConnectionPriorityClientService.java 99 private static final UUID STOP_CHARACTERISTIC_UUID =
238 // The STOP_CHARACTERISTIC_UUID is critical in syncing the client and server
245 writeCharacteristic(STOP_CHARACTERISTIC_UUID, msg);

Completed in 756 milliseconds