Searched defs:gattClientWriteDescriptorNative (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_gatt.cpp1120 static void gattClientWriteDescriptorNative(JNIEnv* env, jobject object, function in namespace:android
1126 warn("gattClientWriteDescriptorNative() ignoring NULL array");
2169 {"gattClientWriteDescriptorNative", "(III[B)V",
2170 (void*)gattClientWriteDescriptorNative},
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DGattService.java2380 gattClientWriteDescriptorNative(connId, handle, authReq, value);
3235 private native void gattClientWriteDescriptorNative(int connId, int handle, int authReq, method in class:GattService

Completed in 32 milliseconds