Searched refs:serverUid (Results 1 – 1 of 1) sorted by relevance
794 private BluetoothGattService getService(UUID serverUid) { in getService() argument798 service = mBluetoothGatt.getService(serverUid); in getService()818 private BluetoothGattCharacteristic getCharacteristic(UUID serverUid, UUID characteristicUid) { in getCharacteristic() argument821 BluetoothGattService service = getService(serverUid); in getCharacteristic()