Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothGatt.java1352 public boolean readUsingCharacteristicUuid(UUID uuid, int startHandle, int endHandle) { in readUsingCharacteristicUuid() method in BluetoothGatt
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/gatt/
DGattServiceBinderTest.java294 public void readUsingCharacteristicUuid() throws Exception { in readUsingCharacteristicUuid() method in GattServiceBinderTest
DGattServiceTest.java490 public void readUsingCharacteristicUuid() { in readUsingCharacteristicUuid() method in GattServiceTest
/packages/modules/Bluetooth/system/binder/android/bluetooth/
DIBluetoothGatt.aidl125 void readUsingCharacteristicUuid(in int clientIf, in String address, in ParcelUuid uuid, in readUsingCharacteristicUuid() method
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DGattService.java963 public void readUsingCharacteristicUuid(int clientIf, String address, ParcelUuid uuid, in readUsingCharacteristicUuid() method in GattService.BluetoothGattBinder
974 private void readUsingCharacteristicUuid(int clientIf, String address, ParcelUuid uuid, in readUsingCharacteristicUuid() method in GattService.BluetoothGattBinder
3837 void readUsingCharacteristicUuid(int clientIf, String address, UUID uuid, int startHandle, in readUsingCharacteristicUuid() method in GattService