Home
last modified time | relevance | path

Searched refs:max_pdu (Results 1 – 25 of 31) sorted by relevance

12

/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_central_iso.c80 uint8_t *max_pdu);
347 tx = cis->lll.tx.bn && cis->lll.tx.max_pdu; in ll_cig_parameters_commit()
348 rx = cis->lll.rx.bn && cis->lll.rx.max_pdu; in ll_cig_parameters_commit()
358 cis->lll.tx.max_pdu = MIN(LL_CIS_OCTETS_TX_MAX, in ll_cig_parameters_commit()
360 cis->lll.rx.max_pdu = MIN(LL_CIS_OCTETS_RX_MAX, in ll_cig_parameters_commit()
368 uint8_t max_pdu; in ll_cig_parameters_commit() local
372 max_pdu = cis->lll.tx.max_pdu; in ll_cig_parameters_commit()
376 cig->c_sdu_interval, cis->c_max_sdu, &bn, &max_pdu); in ll_cig_parameters_commit()
383 cis->lll.tx.max_pdu = max_pdu; in ll_cig_parameters_commit()
390 uint8_t max_pdu; in ll_cig_parameters_commit() local
[all …]
Dull_iso_internal.h33 uint32_t sub_interval, uint8_t phy, uint8_t max_pdu, bool enc);
Dull_adv_iso.c94 uint16_t iso_interval, uint8_t nse, uint16_t max_pdu, in big_create() argument
192 if (!IN_RANGE(max_pdu, 0x01, MIN(0xFB, LL_BIS_OCTETS_TX_MAX))) { in big_create()
348 lll_adv_iso->max_pdu = max_pdu; in big_create()
354 lll_adv_iso->max_pdu = MIN(LL_BIS_OCTETS_TX_MAX, in big_create()
358 lll_adv_iso->max_pdu = MIN(LL_BIS_OCTETS_TX_MAX, max_sdu); in big_create()
366 bn = DIV_ROUND_UP(max_sdu, lll_adv_iso->max_pdu) * sdu_per_event; in big_create()
413 lll_adv_iso->sub_interval = PDU_BIS_US(lll_adv_iso->max_pdu, encryption, in big_create()
545 big_info->max_pdu = lll_adv_iso->max_pdu; in big_create()
678 uint16_t max_pdu, uint8_t phy, uint8_t packing, in ll_big_test_create() argument
686 iso_interval, nse, max_pdu, bn, irc, pto, true); in ll_big_test_create()
[all …]
Dlll_sync_iso.h42 uint32_t max_pdu:8; member
Dlll_conn_iso.h14 uint64_t max_pdu:8; /* Maximum PDU size */ member
Dull_iso.c287 max_octets = cis->lll.rx.max_pdu; in ll_setup_iso_path()
300 max_octets = cis->lll.tx.max_pdu; in ll_setup_iso_path()
334 lll_iso->phy, lll_iso->max_pdu, in ll_setup_iso_path()
338 max_octets = lll_iso->max_pdu; in ll_setup_iso_path()
363 lll_iso->phy, lll_iso->max_pdu, in ll_setup_iso_path()
367 max_octets = lll_iso->max_pdu; in ll_setup_iso_path()
900 lll_iso->phy, lll_iso->max_pdu, in ll_iso_receive_test()
1277 cis->lll.tx.max_pdu, sdu_interval, in ll_iso_transmit_test()
1544 uint32_t sub_interval, uint8_t phy, uint8_t max_pdu, bool enc) in ull_iso_big_sync_delay() argument
1550 BYTES2US(PDU_OVERHEAD_SIZE(phy) + max_pdu + (enc ? 4 : 0), phy); in ull_iso_big_sync_delay()
Dlll_adv.h48 uint32_t max_pdu:8; member
Dull_peripheral_iso.c269 cis->lll.rx.max_pdu = sys_le16_to_cpu(req->c_max_pdu); in ull_peripheral_iso_acquire()
275 cis->lll.tx.max_pdu = sys_le16_to_cpu(req->p_max_pdu); in ull_peripheral_iso_acquire()
Dull_sync_iso.c484 lll->max_pdu = bi->max_pdu; in ull_sync_iso_setup()
/Zephyr-latest/samples/bluetooth/iso_broadcast_benchmark/src/
Dbroadcaster.c104 .max_pdu = DEFAULT_BIS_PDU_SIZE,
353 uint64_t max_pdu; in parse_max_pdu_arg() local
357 iso_tx_qos.max_pdu, DEFAULT_BIS_PDU_SIZE); in parse_max_pdu_arg()
364 max_pdu = strtoul(buffer, NULL, 0); in parse_max_pdu_arg()
365 if (max_pdu > BT_ISO_PDU_MAX) { in parse_max_pdu_arg()
366 printk("Invalid max PDU %llu", max_pdu); in parse_max_pdu_arg()
371 return (int)max_pdu; in parse_max_pdu_arg()
484 int max_pdu; in parse_args() local
552 max_pdu = parse_max_pdu_arg(); in parse_args()
553 if (max_pdu < 0) { in parse_args()
[all …]
Dreceiver.c150 biginfo->max_pdu, biginfo->sdu_interval, biginfo->max_sdu, in biginfo_cb()
/Zephyr-latest/include/zephyr/bluetooth/
Diso.h251 uint16_t max_pdu; member
654 uint16_t max_pdu; member
969 uint16_t max_pdu; member
1025 uint16_t max_pdu; member
1046 uint16_t max_pdu; member
/Zephyr-latest/tests/bluetooth/controller/ctrl_cis_create/src/
Dmain.c659 cis->lll.tx.max_pdu = MAX_xDU; in ZTEST()
660 cis->lll.rx.max_pdu = MAX_xDU; in ZTEST()
811 cis->lll.tx.max_pdu = MAX_xDU; in ZTEST()
812 cis->lll.rx.max_pdu = MAX_xDU; in ZTEST()
/Zephyr-latest/samples/bluetooth/iso_connected_benchmark/src/
Dmain.c106 .max_pdu = DEFAULT_CIS_PDU_SIZE,
116 .max_pdu = DEFAULT_CIS_PDU_SIZE,
768 qos->max_pdu, DEFAULT_CIS_PDU_SIZE); in parse_pdu_arg()
917 int max_pdu; in parse_cis_args() local
939 max_pdu = parse_pdu_arg(qos); in parse_cis_args()
940 if (max_pdu < 0) { in parse_cis_args()
954 qos->max_pdu = max_pdu; in parse_cis_args()
/Zephyr-latest/subsys/bluetooth/host/
Diso.c953 if (!IN_RANGE(io_qos->max_pdu, BT_ISO_BROADCAST_PDU_MIN, BT_ISO_PDU_MAX)) { in valid_chan_io_qos()
954 LOG_DBG("Invalid broadcast PDU %u", io_qos->max_pdu); in valid_chan_io_qos()
959 if (!IN_RANGE(io_qos->max_pdu, BT_ISO_CONNECTED_PDU_MIN, BT_ISO_PDU_MAX)) { in valid_chan_io_qos()
960 LOG_DBG("Invalid unicast PDU %u", io_qos->max_pdu); in valid_chan_io_qos()
1183 central->max_pdu = sys_le16_to_cpu(evt->c_max_pdu); in store_cis_info()
1190 peripheral->max_pdu = sys_le16_to_cpu(evt->p_max_pdu); in store_cis_info()
1200 central->max_sdu = central->max_pdu; in store_cis_info()
1203 peripheral->max_sdu = peripheral->max_pdu; in store_cis_info()
1868 cis_param->c_pdu = sys_cpu_to_le16(qos->tx->max_pdu); in hci_le_set_cig_test_params()
1880 cis_param->p_pdu = sys_cpu_to_le16(qos->rx->max_pdu); in hci_le_set_cig_test_params()
[all …]
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/lll/
Dlll_peripheral_iso.c244 (cis_lll->rx.max_pdu + PDU_MIC_SIZE), in prepare_cb()
258 cis_lll->rx.max_pdu, pkt_flags); in prepare_cb()
723 (cis_lll->tx.max_pdu + PDU_MIC_SIZE), in isr_rx()
737 cis_lll->tx.max_pdu, pkt_flags); in isr_rx()
874 (cis_lll->rx.max_pdu + PDU_MIC_SIZE), in isr_tx()
889 cis_lll->rx.max_pdu, pkt_flags); in isr_tx()
1091 (cis_lll->rx.max_pdu + PDU_MIC_SIZE), in isr_prepare_subevent_common()
1106 cis_lll->rx.max_pdu, pkt_flags); in isr_prepare_subevent_common()
Dlll_central_iso.c289 (cis_lll->tx.max_pdu + PDU_MIC_SIZE), in prepare_cb()
303 cis_lll->tx.max_pdu, pkt_flags); in prepare_cb()
481 (cis_lll->rx.max_pdu + PDU_MIC_SIZE), in isr_tx()
496 cis_lll->rx.max_pdu, pkt_flags); in isr_tx()
1025 (cis_lll->tx.max_pdu + PDU_MIC_SIZE), pkt_flags); in isr_prepare_subevent()
1038 cis_lll->tx.max_pdu, pkt_flags); in isr_prepare_subevent()
Dlll_adv_iso.c363 (lll->max_pdu + PDU_MIC_SIZE), pkt_flags); in prepare_cb_common()
371 (lll->max_pdu + PDU_MIC_SIZE), in prepare_cb_common()
375 lll->max_pdu, pkt_flags); in prepare_cb_common()
Dlll_sync_iso.c332 (lll->max_pdu + PDU_MIC_SIZE), pkt_flags); in prepare_cb_common()
342 radio_pkt_configure(RADIO_PKT_CONF_LENGTH_8BIT, lll->max_pdu, in prepare_cb_common()
/Zephyr-latest/samples/bluetooth/iso_broadcast_benchmark/
DREADME.rst76 …: BIGinfo received: num_bis 2, nse 1, interval 7 ms, bn 1, pto 0, irc 1, max_pdu 251, sdu_interval…
/Zephyr-latest/samples/bluetooth/iso_receive/src/
Dmain.c194 biginfo->rep_count, biginfo->max_pdu, biginfo->sdu_interval, in biginfo_cb()
/Zephyr-latest/subsys/bluetooth/audio/
Dbap_stream.c55 io->max_pdu = qos_cfg->max_pdu; in bt_bap_qos_cfg_to_iso_qos()
/Zephyr-latest/tests/bsim/bluetooth/ll/bis/src/
Dtest_bis.c382 iso_tx_qos.max_pdu = BT_ISO_PDU_MAX; in create_advanced_big()
675 biginfo->rep_count, biginfo->max_pdu, biginfo->sdu_interval, in pa_biginfo_cb()
/Zephyr-latest/subsys/bluetooth/controller/hci/
Dhci.c1721 uint16_t max_pdu; in le_create_big_test() local
1727 max_pdu = sys_le16_to_cpu(cmd->max_pdu); in le_create_big_test()
1731 cmd->nse, max_sdu, max_pdu, cmd->phy, in le_create_big_test()
4405 sep->c_max_pdu = sys_cpu_to_le16(lll_cis_c->max_pdu);
4406 sep->p_max_pdu = sys_cpu_to_le16(lll_cis_p->max_pdu);
7999 sep->max_pdu = sys_cpu_to_le16(bi->max_pdu);
8081 lll->sub_interval, lll->phy, lll->max_pdu,
8100 sep->max_pdu = sys_cpu_to_le16(lll->max_pdu);
8188 sep->max_pdu = sys_cpu_to_le16(lll->max_pdu);
/Zephyr-latest/subsys/bluetooth/controller/include/
Dll.h119 uint16_t max_pdu, uint8_t phy, uint8_t packing,

12