Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_hid_host.cpp32 static jmethodID method_onHandshake; variable
162 sCallbackEnv->CallVoidMethod(mCallbacksObj, method_onHandshake, addr.get(), in handshake_callback()
199 method_onHandshake = env->GetMethodID(clazz, "onHandshake", "([BI)V"); in classInitNative()