Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_gatt.cpp163 static jmethodID method_onServerMtuChanged; variable
731 sCallbackEnv->CallVoidMethod(mCallbacksObj, method_onServerMtuChanged, in btgatts_mtu_changed_cb()
1069 method_onServerMtuChanged = env->GetMethodID(clazz, "onMtuChanged", "(II)V"); in classInitNative()