mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-29 04:20:20 +00:00
hfp: incoming_state_machine -> call_setup_state_machine
This commit is contained in:
parent
5e653d646d
commit
fc8eb95b85
@ -908,7 +908,7 @@ static hfp_connection_t * hfp_ag_connection_for_call_state(hfp_call_state_t call
|
||||
return NULL;
|
||||
}
|
||||
|
||||
static int incoming_call_state_machine(hfp_connection_t * connection){
|
||||
static int call_setup_state_machine(hfp_connection_t * connection){
|
||||
int indicator_index;
|
||||
switch (connection->call_state){
|
||||
case HFP_CALL_W4_AUDIO_CONNECTION_FOR_IN_BAND_RING:
|
||||
@ -1244,7 +1244,7 @@ static void hfp_run_for_context(hfp_connection_t *context){
|
||||
}
|
||||
|
||||
if (!done){
|
||||
done = incoming_call_state_machine(context);
|
||||
done = call_setup_state_machine(context);
|
||||
}
|
||||
|
||||
if (!done){
|
||||
|
Loading…
x
Reference in New Issue
Block a user