Searched refs:readUsingCharacteristicUuid (Results 1 – 4 of 4) sorted by relevance
/aosp12/system/bt/binder/android/bluetooth/ |
H A D | IBluetoothGatt.aidl | 119 void readUsingCharacteristicUuid(in int clientIf, in String address, in ParcelUuid uuid, in readUsingCharacteristicUuid() method
|
/aosp12/frameworks/base/core/java/android/bluetooth/ |
H A D | BluetoothGatt.java | 1214 public boolean readUsingCharacteristicUuid(UUID uuid, int startHandle, int endHandle) { in readUsingCharacteristicUuid() method in BluetoothGatt 1224 mService.readUsingCharacteristicUuid(mClientIf, mDevice.getAddress(), in readUsingCharacteristicUuid()
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/ |
H A D | GattService.java | 721 public void readUsingCharacteristicUuid(int clientIf, String address, ParcelUuid uuid, in readUsingCharacteristicUuid() method in GattService.BluetoothGattBinder 727 service.readUsingCharacteristicUuid(clientIf, address, uuid.getUuid(), startHandle, in readUsingCharacteristicUuid() 2900 void readUsingCharacteristicUuid(int clientIf, String address, UUID uuid, int startHandle, in readUsingCharacteristicUuid() method in GattService
|
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 10167 Landroid/bluetooth/BluetoothGatt;->readUsingCharacteristicUuid(Ljava/util/UUID;II)Z 11249 Landroid/bluetooth/IBluetoothGatt$Stub$Proxy;->readUsingCharacteristicUuid(ILjava/lang/String;Landr… 11362 Landroid/bluetooth/IBluetoothGatt;->readUsingCharacteristicUuid(ILjava/lang/String;Landroid/os/Parc…
|