Home
last modified time | relevance | path

Searched refs:ok_pending (Results 1 – 4 of 4) sorted by relevance

/btstack/src/classic/
H A Dhfp_hf.c460 if (hfp_connection->ok_pending) return false; in hfp_hf_run_for_context_service_level_connection()
510 if (hfp_connection->ok_pending){ in hfp_hf_run_for_context_service_level_connection_queries()
515 hfp_connection->ok_pending = 1; in hfp_hf_run_for_context_service_level_connection_queries()
521 hfp_connection->ok_pending = 1; in hfp_hf_run_for_context_service_level_connection_queries()
531 hfp_connection->ok_pending = 1; in hfp_hf_run_for_context_service_level_connection_queries()
536 hfp_connection->ok_pending = 1; in hfp_hf_run_for_context_service_level_connection_queries()
544 hfp_connection->ok_pending = 1; in hfp_hf_run_for_context_service_level_connection_queries()
557 if (hfp_connection->ok_pending == 1){ in hfp_hf_voice_recognition_state_machine()
605 hfp_connection->ok_pending = 1; in hfp_hf_voice_recognition_state_machine()
611 hfp_connection->ok_pending = 1; in hfp_hf_voice_recognition_state_machine()
[all …]
H A Dhfp.h613 uint8_t ok_pending; member
H A Dhfp_ag.c1574 hfp_connection->ok_pending++; in hfp_ag_queue_ok()
2164 if (hfp_connection->ok_pending > 0){ in hfp_ag_send_commands()
2165 hfp_connection->ok_pending--; in hfp_ag_send_commands()
H A Dhfp.c608 hfp_connection->ok_pending = 0; in hfp_reset_context_flags()