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.java467 public void readCharacteristic(int clientIf, String address, int handle, int authReq) { method in class:GattService.BluetoothGattBinder
470 service.readCharacteristic(clientIf, address, handle, authReq);
1894 void readCharacteristic(int clientIf, String address, int handle, int authReq) { method in class:GattService
1897 if (VDBG) Log.d(TAG, "readCharacteristic() - address=" + address);
1901 Log.e(TAG, "readCharacteristic() - No connection for " + address + "...");
1906 Log.w(TAG, "readCharacteristic() - permission check failed!");

Completed in 84 milliseconds