mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-07 09:55:45 +00:00
add answer incoming call command
This commit is contained in:
parent
136bf39001
commit
a8b7ea9824
@ -164,6 +164,10 @@ static int stdin_process(struct data_source *ds){
|
||||
printf("Disable reporting of the extended AG error result code.\n");
|
||||
hfp_hf_disable_report_extended_audio_gateway_error_result_code(device_addr);
|
||||
break;
|
||||
case 'f':
|
||||
printf("Answer incoming call.\n");
|
||||
hfp_hf_answer_incoming_call(device_addr);
|
||||
break;
|
||||
default:
|
||||
show_usage();
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user