Searched refs:giv (Results 1 – 7 of 7) sorted by relevance
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/ |
D | lll_sync_iso.h | 64 uint8_t giv[8]; member
|
D | lll_adv.h | 81 uint8_t giv[8]; member
|
D | ull_adv_iso.c | 576 (void)lll_csrand_get(lll_adv_iso->giv, in big_create() 577 sizeof(lll_adv_iso->giv)); in big_create() 578 (void)memcpy(big_info->giv, lll_adv_iso->giv, in big_create() 579 sizeof(big_info->giv)); in big_create() 593 (void)memcpy(&ccm_tx->iv[4], &lll_adv_iso->giv[4], 4U); in big_create()
|
D | ull_sync_iso.c | 514 (void)memcpy(lll->giv, bi->giv, sizeof(lll->giv)); in ull_sync_iso_setup() 523 (void)memcpy(&ccm_rx->iv[4], &lll->giv[4], 4U); in ull_sync_iso_setup()
|
D | pdu.h | 1195 uint8_t giv[8]; /* encryption required */ member 1198 #define PDU_BIG_INFO_CLEARTEXT_SIZE offsetof(struct pdu_big_info, giv)
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/lll/ |
D | lll_adv_iso.c | 359 (void)memcpy(lll->ccm_tx.iv, lll->giv, 4U); in prepare_cb_common() 712 (void)memcpy(lll->ccm_tx.iv, lll->giv, 4U); in isr_tx_common()
|
D | lll_sync_iso.c | 325 (void)memcpy(lll->ccm_rx.iv, lll->giv, 4U); in prepare_cb_common() 1051 (void)memcpy(lll->ccm_rx.iv, lll->giv, 4U); in isr_rx()
|