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

/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_gatt.cpp1090 static void gattClientReadCharacteristicNative(JNIEnv* env, jobject object, function in namespace:android
2189 {"gattClientReadCharacteristicNative", "(III)V",
2190 (void*)gattClientReadCharacteristicNative},
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DGattService.java1910 gattClientReadCharacteristicNative(connId, handle, authReq);
2710 private native void gattClientReadCharacteristicNative(int conn_id, int handle, int authReq); method in class:GattService

Completed in 59 milliseconds