Searched refs:pdu_big_ctrl (Results 1 – 6 of 6) sorted by relevance
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/lll/ |
D | lll_adv_iso.c | 525 pdu->len = offsetof(struct pdu_big_ctrl, ctrl_data) + in isr_tx_common() 548 pdu->len = offsetof(struct pdu_big_ctrl, ctrl_data) + in isr_tx_common() 731 (sizeof(struct pdu_big_ctrl) + PDU_MIC_SIZE), in isr_tx_common() 735 sizeof(struct pdu_big_ctrl), in isr_tx_common()
|
D | lll_sync_iso.c | 941 (sizeof(struct pdu_big_ctrl) + PDU_MIC_SIZE), in isr_rx() 945 sizeof(struct pdu_big_ctrl), in isr_rx()
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/ |
D | pdu.h | 1116 struct pdu_big_ctrl { struct 1155 struct pdu_big_ctrl ctrl;
|
D | ull_adv_iso.c | 416 ctrl_spacing = PDU_BIS_US(sizeof(struct pdu_big_ctrl), encryption, phy, in big_create() 1188 ctrl_spacing = PDU_BIS_US(sizeof(struct pdu_big_ctrl), lll_iso->enc, in adv_iso_time_get()
|
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/hal/nrf5/radio/ |
D | radio.c | 716 static uint8_t pkt_big_ctrl[offsetof(struct pdu_bis, payload) + sizeof(struct pdu_big_ctrl)];
|