mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
fix(bt/bluedroid): Modify the operator name to English in hfp_ag example
This commit is contained in:
parent
8e58ffbd16
commit
83a6683006
@ -85,9 +85,9 @@ const char *c_volume_control_target_str[] = {
|
||||
|
||||
// esp_hf_subscriber_service_type_t
|
||||
char *c_operator_name_str[] = {
|
||||
"中国移动",
|
||||
"中国联通",
|
||||
"中国电信",
|
||||
"China Mobile",
|
||||
"China Unicom",
|
||||
"China Telecom",
|
||||
};
|
||||
|
||||
// esp_hf_subscriber_service_type_t
|
||||
|
Loading…
Reference in New Issue
Block a user