Home
last modified time | relevance | path

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

/packages/apps/Test/connectivity/PMC/src/com/android/pmc/
DGattClientListener.java284 UUID cUuid = UUID.fromString(GattServer.WRITABLE_CHAR_UUID); in writeCharacteristic() local
285 BluetoothGattCharacteristic characteristic = service.getCharacteristic(cUuid); in writeCharacteristic()