Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/bta/include/
Dbta_hf_client_api.h273 tBTA_HF_CLIENT_OPERATOR_NAME operator_name; member
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_hfp.cpp735 const char* operator_name = env->GetStringUTFChars(operator_str, nullptr); in copsResponseNative() local
737 sBluetoothHfpInterface->CopsResponse(operator_name, (RawAddress*)addr); in copsResponseNative()
743 env->ReleaseStringUTFChars(operator_str, operator_name); in copsResponseNative()
/packages/modules/Bluetooth/system/bta/hf_client/
Dbta_hf_client_at.cc682 strlcpy(evt.operator_name.name, name, BTA_HF_CLIENT_OPERATOR_NAME_LEN + 1); in bta_hf_client_operator_name()
683 evt.operator_name.name[BTA_HF_CLIENT_OPERATOR_NAME_LEN] = '\0'; in bta_hf_client_operator_name()
685 evt.operator_name.bd_addr = client_cb->peer_addr; in bta_hf_client_operator_name()
/packages/modules/Bluetooth/system/btif/src/
Dbtif_hf_client.cc951 p_data->operator_name.name); in btif_hf_client_upstreams_evt()