mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-02-06 03:40:16 +00:00
example/hfp_hf: add missing break
This commit is contained in:
parent
9b4288df3b
commit
ba6f86f834
@ -202,6 +202,7 @@ static void stdin_process(btstack_data_source_t *ds, btstack_data_source_callbac
|
|||||||
log_info("USER:\'%c\'", cmd);
|
log_info("USER:\'%c\'", cmd);
|
||||||
printf("Enable registration status update for all AG indicators.\n");
|
printf("Enable registration status update for all AG indicators.\n");
|
||||||
hfp_hf_enable_status_update_for_all_ag_indicators(acl_handle);
|
hfp_hf_enable_status_update_for_all_ag_indicators(acl_handle);
|
||||||
|
break;
|
||||||
case 'c':
|
case 'c':
|
||||||
log_info("USER:\'%c\'", cmd);
|
log_info("USER:\'%c\'", cmd);
|
||||||
printf("Disable registration status update for all AG indicators.\n");
|
printf("Disable registration status update for all AG indicators.\n");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user