Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/bluetooth/audio/
Dbap.h102 BT_BAP_QOS_CFG_2M = BIT(1), enumerator
117 BT_BAP_QOS_CFG(_interval, BT_BAP_QOS_CFG_FRAMING_UNFRAMED, BT_BAP_QOS_CFG_2M, _sdu, _rtn, \
130 BT_BAP_QOS_CFG(_interval, BT_BAP_QOS_CFG_FRAMING_FRAMED, BT_BAP_QOS_CFG_2M, _sdu, _rtn, \
/Zephyr-latest/tests/bluetooth/tester/src/audio/
Dbtp_cap.c250 qos.phy = BT_BAP_QOS_CFG_2M; in btp_cap_unicast_setup_ase()
655 qos->phy = BT_BAP_QOS_CFG_2M; in btp_cap_broadcast_source_setup()
Dbtp_bap_broadcast.c351 source->qos.phy = BT_BAP_QOS_CFG_2M; in btp_bap_broadcast_source_setup()
Dbtp_bap_unicast.c1295 qos->phy = BT_BAP_QOS_CFG_2M; in btp_ascs_preconfigure_qos()
/Zephyr-latest/subsys/bluetooth/audio/
Dbap_stream.c183 if (qos->phy != BT_BAP_QOS_CFG_1M && qos->phy != BT_BAP_QOS_CFG_2M && in bt_audio_verify_qos()