Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/audio/
Dbap_stream.c268 const uint8_t phy_mask = BT_GAP_LE_PHY_1M | BT_GAP_LE_PHY_2M | BT_GAP_LE_PHY_CODED; in bt_bap_valid_qos_pref() local
270 if ((qos_pref->phy & (~phy_mask)) != 0U) { in bt_bap_valid_qos_pref()