Searched defs:readUsingCharacteristicUuid (Results  1 – 5 of 5) sorted by relevance
| /packages/modules/Bluetooth/framework/java/android/bluetooth/ | 
| D | BluetoothGatt.java | 1352     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/ | 
| D | GattServiceBinderTest.java | 294     public void readUsingCharacteristicUuid() throws Exception {  in readUsingCharacteristicUuid()  method in GattServiceBinderTest
  | 
| D | GattServiceTest.java | 490     public void readUsingCharacteristicUuid() {  in readUsingCharacteristicUuid()  method in GattServiceTest
  | 
| /packages/modules/Bluetooth/system/binder/android/bluetooth/ | 
| D | IBluetoothGatt.aidl | 125     void readUsingCharacteristicUuid(in int clientIf, in String address, in ParcelUuid uuid,  in readUsingCharacteristicUuid()  method
  | 
| /packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/ | 
| D | GattService.java | 963         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
  |