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.cpp1120 static void gattClientWriteDescriptorNative(JNIEnv* env, jobject object, in gattClientWriteDescriptorNative() function
2170 (void*)gattClientWriteDescriptorNative},
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DGattService.java2436 gattClientWriteDescriptorNative(connId, handle, authReq, value); in writeDescriptor()
3305 private native void gattClientWriteDescriptorNative(int connId, int handle, int authReq, in gattClientWriteDescriptorNative() method in GattService