Home
last modified time | relevance | path

Searched refs:readCharacteristic (Results 1 – 4 of 4) sorted by relevance

/packages/services/Car/tests/CarTrustAgentClientApp/src/com/android/car/trust/client/
DSimpleBleClient.java130 public void readCharacteristic(BluetoothGattCharacteristic characteristic) { in readCharacteristic() method in SimpleBleClient
187 mBtGatt.readCharacteristic(action.getCharacteristic()); in executeAction()
/packages/services/Car/service/src/com/android/car/trust/
DBleManager.java420 mBluetoothGatt.readCharacteristic(deviceNameCharacteristic);
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
DBluetoothAccessoryFragment.java286 gatt.readCharacteristic(battLevel); in onServicesDiscovered()
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DGattService.java581 public void readCharacteristic(int clientIf, String address, int handle, int authReq) { in readCharacteristic() method in GattService.BluetoothGattBinder
586 service.readCharacteristic(clientIf, address, handle, authReq); in readCharacteristic()
2310 void readCharacteristic(int clientIf, String address, int handle, int authReq) { in readCharacteristic() method in GattService