Searched refs:gattClientWriteDescriptorNative (Results 1 – 2 of 2) sorted by relevance
| /packages/apps/Bluetooth/jni/ |
| D | com_android_bluetooth_gatt.cpp | 1101 static void gattClientWriteDescriptorNative(JNIEnv* env, jobject object, in gattClientWriteDescriptorNative() function 1708 {"gattClientWriteDescriptorNative", "(IIII[B)V", (void *) gattClientWriteDescriptorNative},
|
| /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/ |
| D | GattService.java | 1535 gattClientWriteDescriptorNative(connId, handle, writeType, authReq, value); in writeDescriptor() 2354 private native void gattClientWriteDescriptorNative(int conn_id, int handle, in gattClientWriteDescriptorNative() method in GattService
|