Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DGattService.java611 public void readDescriptor(int clientIf, String address, int handle, int authReq) { in readDescriptor() method in GattService.BluetoothGattBinder
616 service.readDescriptor(clientIf, address, handle, authReq); in readDescriptor()
2380 void readDescriptor(int clientIf, String address, int handle, int authReq) { in readDescriptor() method in GattService