Home
last modified time | relevance | path

Searched refs:enable_status_update_for_ag_indicators (Results 1 – 5 of 5) sorted by relevance

/btstack/src/classic/
H A Dhfp_hf.c514 if (hfp_connection->enable_status_update_for_ag_indicators != 0xFF){ in hfp_hf_run_for_context_service_level_connection_queries()
516 …_ag_indicators(hfp_connection->rfcomm_cid, hfp_connection->enable_status_update_for_ag_indicators); in hfp_hf_run_for_context_service_level_connection_queries()
1284 if (hfp_connection->enable_status_update_for_ag_indicators != 0xFF){ in hfp_hf_switch_on_ok_pending()
1285 hfp_connection->enable_status_update_for_ag_indicators = 0xFF; in hfp_hf_switch_on_ok_pending()
1687 hfp_connection->enable_status_update_for_ag_indicators = enable; in hfp_hf_set_status_update_for_all_ag_indicators()
H A Dhfp.h593 uint8_t enable_status_update_for_ag_indicators; member
H A Dhfp.c627 hfp_connection->enable_status_update_for_ag_indicators = 0xFF; in hfp_reset_context_flags()
1737 hfp_connection->enable_status_update_for_ag_indicators = (uint8_t) value; in parse_sequence()
H A Dhfp_ag.c2172 …if ((hfp_connection->enable_status_update_for_ag_indicators == 1) && (hfp_connection->ag_indicator… in hfp_ag_send_commands()
/btstack/test/hfp/
H A Dhfp_at_parser_test.cpp390 CHECK_EQUAL(1, context.enable_status_update_for_ag_indicators); in TEST()