forked from espressif/esp-idf
fix(bt/bluedroid): Modify the operator name to English in hfp_ag example
This commit is contained in:
committed by
gongyantao
parent
f0e90b296a
commit
12abb32a6e
@@ -85,9 +85,9 @@ const char *c_volume_control_target_str[] = {
|
|||||||
|
|
||||||
// esp_hf_subscriber_service_type_t
|
// esp_hf_subscriber_service_type_t
|
||||||
char *c_operator_name_str[] = {
|
char *c_operator_name_str[] = {
|
||||||
"中国移动",
|
"China Mobile",
|
||||||
"中国联通",
|
"China Unicom",
|
||||||
"中国电信",
|
"China Telecom",
|
||||||
};
|
};
|
||||||
|
|
||||||
// esp_hf_subscriber_service_type_t
|
// esp_hf_subscriber_service_type_t
|
||||||
|
Reference in New Issue
Block a user