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

/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_gatt.cpp189 static jmethodID method_onAttributeRead; member in namespace:android
706 sCallbackEnv->CallVoidMethod(mCallbacksObj, method_onAttributeRead,
857 method_onAttributeRead= env->GetMethodID(clazz, "onAttributeRead", "(Ljava/lang/String;IIIIZ)V");

Completed in 14 milliseconds