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

/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DGattService.java403 public void readCharacteristic(int clientIf, String address, int handle, int authReq) { method in class:GattService.BluetoothGattBinder
406 service.readCharacteristic(clientIf, address, handle, authReq);
1474 void readCharacteristic(int clientIf, String address, int handle, int authReq) { method in class:GattService
1477 if (VDBG) Log.d(TAG, "readCharacteristic() - address=" + address);
1481 Log.e(TAG, "readCharacteristic() - No connection for " + address + "...");
1486 Log.w(TAG, "readCharacteristic() - permission check failed!");

Completed in 79 milliseconds