Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/audio/
Dbap_stream.h28 void bt_bap_qos_cfg_to_iso_qos(struct bt_iso_chan_io_qos *io, const struct bt_bap_qos_cfg *qos_cfg);
Dbap_stream.c48 void bt_bap_qos_cfg_to_iso_qos(struct bt_iso_chan_io_qos *io, const struct bt_bap_qos_cfg *qos_cfg) in bt_bap_qos_cfg_to_iso_qos() argument
50 io->sdu = qos_cfg->sdu; in bt_bap_qos_cfg_to_iso_qos()
51 io->phy = qos_cfg->phy; in bt_bap_qos_cfg_to_iso_qos()
52 io->rtn = qos_cfg->rtn; in bt_bap_qos_cfg_to_iso_qos()
54 io->burst_number = qos_cfg->burst_number; in bt_bap_qos_cfg_to_iso_qos()
55 io->max_pdu = qos_cfg->max_pdu; in bt_bap_qos_cfg_to_iso_qos()
Dbap_endpoint.h180 struct bt_bap_qos_cfg qos_cfg; member
Dbap_broadcast_sink.c735 sink->qos_cfg.pd = pres_delay; in store_base_info()
946 sink->qos_cfg.framing = biginfo->framing; in biginfo_recv()
947 sink->qos_cfg.phy = biginfo->phy; in biginfo_recv()
948 sink->qos_cfg.sdu = biginfo->max_sdu; in biginfo_recv()
949 sink->qos_cfg.interval = biginfo->sdu_interval; in biginfo_recv()
1107 bt_bap_qos_cfg_to_iso_qos(iso->chan.qos->rx, &sink->qos_cfg); in bt_bap_broadcast_sink_setup_stream()
1113 stream->qos = &sink->qos_cfg; in bt_bap_broadcast_sink_setup_stream()
Dascs.c963 struct bt_bap_qos_cfg *qos_cfg = &ep->qos; in ascs_update_sdu_size() local
973 io_qos->sdu = qos_cfg->sdu; in ascs_update_sdu_size()
974 io_qos->rtn = qos_cfg->rtn; in ascs_update_sdu_size()
/Zephyr-latest/tests/bluetooth/audio/bap_broadcast_source/src/
Dmain.c70 struct bt_bap_qos_cfg *qos_cfg; in bap_broadcast_source_test_suite_fixture_init() local
91 qos_cfg = malloc(sizeof(struct bt_bap_qos_cfg)); in bap_broadcast_source_test_suite_fixture_init()
92 zassert_not_null(qos_cfg); in bap_broadcast_source_test_suite_fixture_init()
107 memset(qos_cfg, 0, sizeof(struct bt_bap_qos_cfg)); in bap_broadcast_source_test_suite_fixture_init()
114 *qos_cfg = BT_BAP_QOS_CFG_UNFRAMED(10000u, sdu, rtn, latency, pd); in bap_broadcast_source_test_suite_fixture_init()
132 fixture->param->qos = qos_cfg; in bap_broadcast_source_test_suite_fixture_init()