Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DGattService.java594 public void readUsingCharacteristicUuid(int clientIf, String address, ParcelUuid uuid, in readUsingCharacteristicUuid() method in GattService.BluetoothGattBinder
600 service.readUsingCharacteristicUuid(clientIf, address, uuid.getUuid(), startHandle, in readUsingCharacteristicUuid()
2347 void readUsingCharacteristicUuid(int clientIf, String address, UUID uuid, int startHandle, in readUsingCharacteristicUuid() method in GattService