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

/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_hfp.cpp671 const char *operator_name; local
680 operator_name = env->GetStringUTFChars(operator_str, NULL);
682 if ( (status = sBluetoothHfpInterface->cops_response(operator_name,(bt_bdaddr_t *) addr))
687 env->ReleaseStringUTFChars(operator_str, operator_name);

Completed in 95 milliseconds