Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_hfp.cpp703 const char* operator_name = env->GetStringUTFChars(operator_str, nullptr); in copsResponseNative() local
705 sBluetoothHfpInterface->CopsResponse(operator_name, (RawAddress*)addr); in copsResponseNative()
710 env->ReleaseStringUTFChars(operator_str, operator_name); in copsResponseNative()