Home
last modified time | relevance | path

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

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
DBluetoothAccessoryFragment.java288 gatt.readCharacteristic(battLevel); in onServicesDiscovered()
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DGattService.java402 public void readCharacteristic(int clientIf, String address, int handle, int authReq) { in readCharacteristic() method in GattService.BluetoothGattBinder
405 service.readCharacteristic(clientIf, address, handle, authReq); in readCharacteristic()
1459 void readCharacteristic(int clientIf, String address, int handle, int authReq) { in readCharacteristic() method in GattService