Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_gatt.cpp1290 static void gattClientReadDescriptorNative(JNIEnv* env, jobject object, in gattClientReadDescriptorNative() function
2392 (void*)gattClientReadDescriptorNative},
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DGattService.java2979 gattClientReadDescriptorNative(connId, handle, authReq); in readDescriptor()
4000 private native void gattClientReadDescriptorNative(int connId, int handle, int authReq); in gattClientReadDescriptorNative() method in GattService