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

/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_gatt.cpp1215 static void gattClientWriteDescriptorNative(JNIEnv* env, jobject object, function in namespace:android
1227 warn("gattClientWriteDescriptorNative() ignoring NULL array");
1858 {"gattClientWriteDescriptorNative", "(IIIJJIJJIJJII[B)V", (void *) gattClientWriteDescriptorNative},
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DGattService.java1590 gattClientWriteDescriptorNative(connId, srvcType,
2408 private native void gattClientWriteDescriptorNative(int conn_id, int service_type, method in class:GattService

Completed in 107 milliseconds