Home
last modified time | relevance | path

Searched refs:PDU_BIS_US (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_adv_iso.c413 lll_adv_iso->sub_interval = PDU_BIS_US(lll_adv_iso->max_pdu, encryption, in big_create()
416 ctrl_spacing = PDU_BIS_US(sizeof(struct pdu_big_ctrl), encryption, phy, in big_create()
1185 pdu_spacing = PDU_BIS_US(lll_iso->max_pdu, lll_iso->enc, lll_iso->phy, in adv_iso_time_get()
1188 ctrl_spacing = PDU_BIS_US(sizeof(struct pdu_big_ctrl), lll_iso->enc, in adv_iso_time_get()
Dpdu.h366 #define PDU_BIS_US(octets, enc, phy, s8) PDU_US((octets), \ macro
Dull_sync_iso.c612 ctrl_spacing_us = PDU_BIS_US(sizeof(struct pdu_big_ctrl), in ull_sync_iso_setup()
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/lll/
Dlll_adv_iso.c393 PDU_BIS_US(pdu->len, ((pdu->len) ? lll->enc : 0U), in prepare_cb_common()
747 PDU_BIS_US(pdu->len, ((pdu->len) ? lll->enc : 0U), in isr_tx_common()