mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-09 06:46:36 +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");
|
printf("Disable reporting of the extended AG error result code.\n");
|
||||||
hfp_hf_disable_report_extended_audio_gateway_error_result_code(device_addr);
|
hfp_hf_disable_report_extended_audio_gateway_error_result_code(device_addr);
|
||||||
break;
|
break;
|
||||||
|
case 'f':
|
||||||
|
printf("Answer incoming call.\n");
|
||||||
|
hfp_hf_answer_incoming_call(device_addr);
|
||||||
|
break;
|
||||||
default:
|
default:
|
||||||
show_usage();
|
show_usage();
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user