Searched refs:readCharacteristic (Results 1 – 4 of 4) sorted by relevance
130 public void readCharacteristic(BluetoothGattCharacteristic characteristic) { in readCharacteristic() method in SimpleBleClient187 mBtGatt.readCharacteristic(action.getCharacteristic()); in executeAction()
420 mBluetoothGatt.readCharacteristic(deviceNameCharacteristic);
286 gatt.readCharacteristic(battLevel); in onServicesDiscovered()
581 public void readCharacteristic(int clientIf, String address, int handle, int authReq) { in readCharacteristic() method in GattService.BluetoothGattBinder586 service.readCharacteristic(clientIf, address, handle, authReq); in readCharacteristic()2310 void readCharacteristic(int clientIf, String address, int handle, int authReq) { in readCharacteristic() method in GattService