Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_gatt.cpp1101 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/
DGattService.java1535 gattClientWriteDescriptorNative(connId, handle, writeType, authReq, value); in writeDescriptor()
2354 private native void gattClientWriteDescriptorNative(int conn_id, int handle, in gattClientWriteDescriptorNative() method in GattService