Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/bluetooth/
H A DBluetoothGatt.java1214 public boolean readUsingCharacteristicUuid(UUID uuid, int startHandle, int endHandle) { in readUsingCharacteristicUuid() method in BluetoothGatt
/aosp12/system/bt/binder/android/bluetooth/
H A DIBluetoothGatt.aidl119 void readUsingCharacteristicUuid(in int clientIf, in String address, in ParcelUuid uuid, in readUsingCharacteristicUuid() method
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DGattService.java721 public void readUsingCharacteristicUuid(int clientIf, String address, ParcelUuid uuid, in readUsingCharacteristicUuid() method in GattService.BluetoothGattBinder
2900 void readUsingCharacteristicUuid(int clientIf, String address, UUID uuid, int startHandle, in readUsingCharacteristicUuid() method in GattService