Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/host/classic/
Dhfp_ag.c461 uint32_t codec_ids = 0U; in bt_hfp_ag_bac_handler() local
488 if (codec < (sizeof(codec_ids) * 8)) { in bt_hfp_ag_bac_handler()
489 codec_ids |= BIT(codec); in bt_hfp_ag_bac_handler()
494 ag->hf_codec_ids = codec_ids; in bt_hfp_ag_bac_handler()