Searched refs:PDU_BIS_US (Results 1 – 4 of 4) sorted by relevance
/Zephyr-latest/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() 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()
|
D | pdu.h | 366 #define PDU_BIS_US(octets, enc, phy, s8) PDU_US((octets), \ macro
|
D | ull_sync_iso.c | 612 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/ |
D | lll_adv_iso.c | 393 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()
|