mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-02-10 06:40:23 +00:00
fix compile
This commit is contained in:
parent
7a808e9904
commit
136bf39001
@ -697,7 +697,7 @@ static void hfp_hf_set_status_update_for_all_ag_indicators(bd_addr_t bd_addr, ui
|
||||
hfp_run_for_context(connection);
|
||||
}
|
||||
|
||||
void hfp_hf_enable_status_update_for_all_ag_indicators(bd_addr_t bd_addr, uint8_t enable){
|
||||
void hfp_hf_enable_status_update_for_all_ag_indicators(bd_addr_t bd_addr){
|
||||
hfp_hf_set_status_update_for_all_ag_indicators(bd_addr, 1);
|
||||
}
|
||||
|
||||
|
@ -137,8 +137,8 @@ void hfp_hf_query_operator_selection(bd_addr_t bd_addr);
|
||||
* - +CME ERROR: 31 - network Timeout.
|
||||
* - +CME ERROR: 32 - network not allowed – Emergency calls only
|
||||
*/
|
||||
void hfp_hf_enable_report_extended_audio_gateway_error_result_code(bd_addr_t bd_addr, uint8_t enable);
|
||||
void hfp_hf_disable_report_extended_audio_gateway_error_result_code(bd_addr_t bd_addr, uint8_t enable);
|
||||
void hfp_hf_enable_report_extended_audio_gateway_error_result_code(bd_addr_t bd_addr);
|
||||
void hfp_hf_disable_report_extended_audio_gateway_error_result_code(bd_addr_t bd_addr);
|
||||
|
||||
/**
|
||||
* @brief
|
||||
|
@ -146,7 +146,7 @@ static int stdin_process(struct data_source *ds){
|
||||
hfp_hf_enable_status_update_for_all_ag_indicators(device_addr);
|
||||
case 'c':
|
||||
printf("Disable registration status update for all AG indicators.\n");
|
||||
hfp_hf_disable_status_update_for_all_ag_indicators(device_addr, 0);
|
||||
hfp_hf_disable_status_update_for_all_ag_indicators(device_addr);
|
||||
break;
|
||||
case 'D':
|
||||
printf("Set HFP AG registration status update for individual indicators (0111111).\n");
|
||||
|
Loading…
x
Reference in New Issue
Block a user