Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DGattNativeInterface.java507 public void gattClientReadDescriptor(int connId, int handle, int authReq) { in gattClientReadDescriptor() method in GattNativeInterface
DGattService.java2439 mNativeInterface.gattClientReadDescriptor(connId, handle, authReq); in readDescriptor()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/gatt/
DGattServiceTest.java444 verify(mNativeInterface).gattClientReadDescriptor(connId, handle, authReq); in readDescriptor()