Home
last modified time | relevance | path

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

/packages/apps/Test/connectivity/PMC/src/com/android/pmc/
DGattClientListener.java278 UUID sUuid = UUID.fromString(GattServer.TEST_SERVICE_UUID); in writeCharacteristic() local
279 BluetoothGattService service = gatt.getService(sUuid); in writeCharacteristic()