Searched refs:serverUid (Results 1 – 1 of 1) sorted by relevance
977 private BluetoothGattService getService(UUID serverUid) { in getService() argument981 service = mBluetoothGatt.getService(serverUid); in getService()1001 private BluetoothGattCharacteristic getCharacteristic(UUID serverUid, UUID characteristicUid) { in getCharacteristic() argument1004 BluetoothGattService service = getService(serverUid); in getCharacteristic()