Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_gatt.cpp1084 static void gattClientReadDescriptorNative(JNIEnv* env, jobject object, in gattClientReadDescriptorNative() function
2166 (void*)gattClientReadDescriptorNative},
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DGattService.java2414 gattClientReadDescriptorNative(connId, handle, authReq); in readDescriptor()
3300 private native void gattClientReadDescriptorNative(int connId, int handle, int authReq); in gattClientReadDescriptorNative() method in GattService