mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-17 16:14:15 +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);
|
||||
printf("Enable registration status update for all AG indicators.\n");
|
||||
hfp_hf_enable_status_update_for_all_ag_indicators(acl_handle);
|
||||
break;
|
||||
case 'c':
|
||||
log_info("USER:\'%c\'", cmd);
|
||||
printf("Disable registration status update for all AG indicators.\n");
|
||||
|
Loading…
Reference in New Issue
Block a user