Searched refs:BT_BAP_QOS_CFG_2M (Results 1 – 5 of 5) sorted by relevance
/Zephyr-latest/include/zephyr/bluetooth/audio/ |
D | bap.h | 102 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/ |
D | btp_cap.c | 250 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()
|
D | btp_bap_broadcast.c | 351 source->qos.phy = BT_BAP_QOS_CFG_2M; in btp_bap_broadcast_source_setup()
|
D | btp_bap_unicast.c | 1295 qos->phy = BT_BAP_QOS_CFG_2M; in btp_ascs_preconfigure_qos()
|
/Zephyr-latest/subsys/bluetooth/audio/ |
D | bap_stream.c | 183 if (qos->phy != BT_BAP_QOS_CFG_1M && qos->phy != BT_BAP_QOS_CFG_2M && in bt_audio_verify_qos()
|