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

/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_hid.cpp39 static jmethodID method_onHandshake; member in namespace:android
180 sCallbackEnv->CallVoidMethod(mCallbacksObj, method_onHandshake, addr, (jint) hh_status);
202 method_onHandshake = env->GetMethodID(clazz, "onHandshake", "([BI)V");

Completed in 800 milliseconds