Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/host/classic/
Dhfp_ag.c627 uint32_t hf_indicators = 0U; in bt_hfp_ag_bind_handler() local
646 hf_indicators = ag->hf_indicators_of_hf & ag->hf_indicators_of_ag; in bt_hfp_ag_bind_handler()
648 len = (sizeof(hf_indicators) * 8) > HFP_HF_IND_MAX ? HFP_HF_IND_MAX in bt_hfp_ag_bind_handler()
649 : (sizeof(hf_indicators) * 8); in bt_hfp_ag_bind_handler()
651 if (BIT(i) & hf_indicators) { in bt_hfp_ag_bind_handler()
659 if (hf_indicators == 0) { in bt_hfp_ag_bind_handler()
679 hf_indicators = ag->hf_indicators_of_ag; in bt_hfp_ag_bind_handler()
681 len = (sizeof(hf_indicators) * 8) > HFP_HF_IND_MAX ? HFP_HF_IND_MAX in bt_hfp_ag_bind_handler()
682 : (sizeof(hf_indicators) * 8); in bt_hfp_ag_bind_handler()
683 for (int i = 1; (i < len) && (hf_indicators != 0); i++) { in bt_hfp_ag_bind_handler()
[all …]