Searched defs:readCharacteristic (Results 1 - 2 of 2) sorted by relevance

/packages/services/Car/TrustAgent/src/com/android/car/trust/comms/
H A DSimpleBleClient.java174 public void readCharacteristic(BluetoothGattCharacteristic characteristic) { method in class:SimpleBleClient
232 mBtGatt.readCharacteristic(action.getCharacteristic());
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DGattService.java470 public void readCharacteristic(int clientIf, String address, int handle, int authReq) { method in class:GattService.BluetoothGattBinder
473 service.readCharacteristic(clientIf, address, handle, authReq);
1910 void readCharacteristic(int clientIf, String address, int handle, int authReq) { method in class:GattService
1913 if (VDBG) Log.d(TAG, "readCharacteristic() - address=" + address);
1917 Log.e(TAG, "readCharacteristic() - No connection for " + address + "...");
1922 Log.w(TAG, "readCharacteristic() - permission check failed!");

Completed in 129 milliseconds