Searched refs:PDU_BIS_US (Results 1 – 4 of 4) sorted by relevance
/Zephyr-Core-3.7.0/subsys/bluetooth/controller/ll_sw/ |
D | ull_adv_iso.c | 413 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() 1182 pdu_spacing = PDU_BIS_US(lll_iso->max_pdu, lll_iso->enc, lll_iso->phy, in adv_iso_time_get() 1185 ctrl_spacing = PDU_BIS_US(sizeof(struct pdu_big_ctrl), lll_iso->enc, in adv_iso_time_get()
|
D | ull_sync_iso.c | 556 pdu_spacing = PDU_BIS_US(lll->max_pdu, lll->enc, lll->phy, in ull_sync_iso_setup() 559 ctrl_spacing = PDU_BIS_US(sizeof(struct pdu_big_ctrl), lll->enc, in ull_sync_iso_setup()
|
D | pdu.h | 362 #define PDU_BIS_US(octets, enc, phy, s8) PDU_US((octets), \ macro
|
/Zephyr-Core-3.7.0/subsys/bluetooth/controller/ll_sw/nordic/lll/ |
D | lll_adv_iso.c | 393 PDU_BIS_US(pdu->len, ((pdu->len) ? lll->enc : 0U), in prepare_cb_common() 742 PDU_BIS_US(pdu->len, ((pdu->len) ? lll->enc : 0U), in isr_tx_common()
|