Searched defs:readDescriptor (Results 1 - 1 of 1) sorted by relevance
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/ |
H A D | GattService.java | 603 public void readDescriptor(int clientIf, String address, int handle, int authReq) { method in class:GattService.BluetoothGattBinder 608 service.readDescriptor(clientIf, address, handle, authReq); 2340 void readDescriptor(int clientIf, String address, int handle, int authReq) { method in class:GattService 2344 Log.d(TAG, "readDescriptor() - address=" + address); 2349 Log.e(TAG, "readDescriptor() - No connection for " + address + "..."); 2354 Log.w(TAG, "readDescriptor() - permission check failed!");
|
Completed in 17 milliseconds