/Zephyr-latest/samples/bluetooth/iso_broadcast/src/ |
D | main.c | 85 .framing = 0, /* 0 - unframed, 1 - framed */
|
/Zephyr-latest/tests/bluetooth/tester/src/audio/btp/ |
D | btp_bap.h | 42 uint8_t framing; member
|
/Zephyr-latest/tests/bsim/bluetooth/host/iso/frag_2/src/ |
D | broadcaster.c | 122 .framing = BT_ISO_FRAMING_UNFRAMED, in create_big()
|
/Zephyr-latest/tests/bsim/bluetooth/host/iso/bis/src/ |
D | bis_broadcaster.c | 194 .framing = BT_ISO_FRAMING_UNFRAMED, in create_big()
|
/Zephyr-latest/include/zephyr/bluetooth/audio/ |
D | bap.h | 79 .framing = _framing, \ 156 enum bt_bap_qos_cfg_framing framing; member
|
/Zephyr-latest/samples/bluetooth/tmap_peripheral/src/ |
D | bap_unicast_sr.c | 118 qos->interval, qos->framing, qos->phy, qos->sdu, in print_qos()
|
/Zephyr-latest/samples/bluetooth/cap_acceptor/src/ |
D | cap_acceptor_unicast.c | 105 qos->interval, qos->framing, qos->phy, qos->sdu, qos->rtn, qos->latency, qos->pd); in log_qos()
|
/Zephyr-latest/tests/bsim/bluetooth/host/iso/cis/src/ |
D | cis_central.c | 187 param->framing = BT_ISO_FRAMING_UNFRAMED; in set_cig_defaults()
|
/Zephyr-latest/samples/bluetooth/hap_ha/src/ |
D | bap_unicast_sr.c | 118 qos->interval, qos->framing, qos->phy, qos->sdu, in print_qos()
|
/Zephyr-latest/samples/bluetooth/iso_broadcast_benchmark/src/ |
D | receiver.c | 151 phy2str(biginfo->phy), biginfo->framing ? "with" : "without", in biginfo_cb()
|
/Zephyr-latest/samples/bluetooth/iso_receive/src/ |
D | main.c | 196 biginfo->framing ? "with" : "without", in biginfo_cb()
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/lll/ |
D | lll_adv_iso.c | 297 pdu->ll_id = lll->framing ? PDU_BIS_LLID_FRAMED : PDU_BIS_LLID_START_CONTINUE; in prepare_cb_common() 658 pdu->ll_id = lll->framing ? PDU_BIS_LLID_FRAMED : in isr_tx_common()
|
/Zephyr-latest/subsys/bluetooth/audio/ |
D | bap_stream.c | 178 if (qos->framing > BT_BAP_QOS_CFG_FRAMING_FRAMED) { in bt_audio_verify_qos() 179 LOG_DBG("Invalid Framing 0x%02x", qos->framing); in bt_audio_verify_qos()
|
D | ascs.c | 719 cfg->framing = pref->unframed_supported ? BT_ASCS_QOS_FRAMING_UNFRAMED in ascs_ep_get_status_config() 750 qos->framing = ep->stream->qos->framing; in ascs_ep_get_status_qos() 760 ep->stream->qos->framing, ep->stream->qos->phy, ep->stream->qos->rtn, in ascs_ep_get_status_qos() 1943 "latency %u pd %u", ase, cig_id, cis_id, qos->interval, qos->framing, qos->phy, in ase_qos() 2121 cqos.framing = qos->framing; in ascs_qos()
|
D | bap_broadcast_source.c | 1072 param.framing = source->qos->framing; in bt_bap_broadcast_source_start()
|
D | bap_broadcast_sink.c | 946 sink->qos_cfg.framing = biginfo->framing; in biginfo_recv()
|
/Zephyr-latest/samples/net/mqtt_sn_publisher/ |
D | README.rst | 18 (with an additional framing protocol).
|
/Zephyr-latest/subsys/bluetooth/audio/shell/ |
D | audio.h | 241 qos->interval, qos->framing, qos->phy, qos->sdu, qos->rtn, qos->latency, in print_qos() 245 qos->interval, qos->framing, qos->phy, qos->sdu, qos->rtn, qos->pd); in print_qos()
|
D | bap.c | 1347 unsigned long framing; in cmd_stream_qos() local 1349 framing = shell_strtoul(argv[2], 0, &err); in cmd_stream_qos() 1354 if (framing != BT_ISO_FRAMING_UNFRAMED && framing != BT_ISO_FRAMING_FRAMED) { in cmd_stream_qos() 1358 qos->framing = framing; in cmd_stream_qos()
|
/Zephyr-latest/include/zephyr/bluetooth/ |
D | hci_types.h | 2118 uint8_t framing; member 2155 uint8_t framing; member 2215 uint8_t framing; member 2232 uint8_t framing; member 3440 uint8_t framing; member 3482 uint8_t framing; member
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/ |
D | ull_iso.c | 337 framed = lll_iso->framing; in ll_setup_iso_path() 366 framed = lll_iso->framing; in ll_setup_iso_path() 905 framed = lll_iso->framing; in ll_iso_receive_test()
|
/Zephyr-latest/tests/bluetooth/tester/src/audio/ |
D | btp_bap_unicast.c | 275 qos->interval, qos->framing, qos->phy, qos->sdu, qos->rtn, qos->latency, qos->pd); in print_qos() 1296 qos->framing = cp->framing; in btp_ascs_preconfigure_qos()
|
D | btp_bap_broadcast.c | 352 source->qos.framing = cp->framing; in btp_bap_broadcast_source_setup()
|
/Zephyr-latest/samples/bluetooth/bap_unicast_server/src/ |
D | main.c | 191 qos->interval, qos->framing, qos->phy, qos->sdu, in print_qos()
|
/Zephyr-latest/tests/bsim/bluetooth/ll/cis/src/ |
D | main.c | 403 cig_param.framing = 0U;
|