Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_gatt.cpp127 static jmethodID method_onConfigureMTU; variable
361 sCallbackEnv->CallVoidMethod(mCallbacksObj, method_onConfigureMTU, conn_id, in btgattc_configure_mtu_cb()
801 method_onConfigureMTU = env->GetMethodID(clazz, "onConfigureMTU", "(III)V"); in classInitNative()