Home
last modified time | relevance | path

Searched refs:generic_status_update_bitmap (Results 1 – 2 of 2) sorted by relevance

/btstack/src/classic/
H A Dhfp_hf.c1049 if (hfp_connection->generic_status_update_bitmap){ in hfp_hf_run_for_context()
1052 if (get_bit(hfp_connection->generic_status_update_bitmap, i)){ in hfp_hf_run_for_context()
1053 …hfp_connection->generic_status_update_bitmap = store_bit(hfp_connection->generic_status_update_bit… in hfp_hf_run_for_context()
2312 hfp_connection->generic_status_update_bitmap |= (1 << i); in hfp_hf_set_hf_indicator()
H A Dhfp.h600 uint32_t generic_status_update_bitmap; member