Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DGattNativeInterface.java321 private native void gattClientReadDescriptorNative(int connId, int handle, int authReq); in gattClientReadDescriptorNative() method in GattNativeInterface
508 gattClientReadDescriptorNative(connId, handle, authReq); in gattClientReadDescriptor()
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_gatt.cpp1465 static void gattClientReadDescriptorNative(JNIEnv* /* env */, in gattClientReadDescriptorNative() function
2814 (void*)gattClientReadDescriptorNative}, in register_com_android_bluetooth_gatt_()