Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_gatt.cpp162 static jmethodID method_onServerMtuChanged; variable
718 sCallbackEnv->CallVoidMethod(mCallbacksObj, method_onServerMtuChanged, in btgatts_mtu_changed_cb()
867 method_onServerMtuChanged = env->GetMethodID(clazz, "onMtuChanged", "(II)V"); in classInitNative()