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

/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DGattService.java416 public void readDescriptor(int clientIf, String address, int handle, int authReq) { method in class:GattService.BluetoothGattBinder
419 service.readDescriptor(clientIf, address, handle, authReq);
1509 void readDescriptor(int clientIf, String address, int handle, int authReq) { method in class:GattService
1512 if (VDBG) Log.d(TAG, "readDescriptor() - address=" + address);
1516 Log.e(TAG, "readDescriptor() - No connection for " + address + "...");
1521 Log.w(TAG, "readDescriptor() - permission check failed!");

Completed in 42 milliseconds