Home
last modified time | relevance | path

Searched refs:chan_map_ind (Results 1 – 7 of 7) sorted by relevance

/Zephyr-latest/tests/bluetooth/controller/ctrl_chmu/src/
Dmain.c96 instant = sys_le16_to_cpu(pdu->llctrl.chan_map_ind.instant); in ZTEST()
/Zephyr-latest/tests/bluetooth/controller/common/src/
Dhelper_pdu.c345 pdu->len = offsetof(struct pdu_data_llctrl, chan_map_ind) + in helper_pdu_encode_channel_map_update_ind()
348 pdu->llctrl.chan_map_ind.instant = p->instant; in helper_pdu_encode_channel_map_update_ind()
349 memcpy(pdu->llctrl.chan_map_ind.chm, p->chm, sizeof(pdu->llctrl.chan_map_ind.chm)); in helper_pdu_encode_channel_map_update_ind()
994 offsetof(struct pdu_data_llctrl, chan_map_ind) + in helper_pdu_verify_channel_map_update_ind()
997 zassert_equal(pdu->llctrl.chan_map_ind.instant, p->instant, in helper_pdu_verify_channel_map_update_ind()
999 zassert_mem_equal(pdu->llctrl.chan_map_ind.chm, p->chm, sizeof(p->chm), in helper_pdu_verify_channel_map_update_ind()
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_llcp_pdu.c611 pdu->len = PDU_DATA_LLCTRL_LEN(chan_map_ind); in llcp_pdu_encode_chan_map_update_ind()
613 p = &pdu->llctrl.chan_map_ind; in llcp_pdu_encode_chan_map_update_ind()
620 ctx->data.chmu.instant = sys_le16_to_cpu(pdu->llctrl.chan_map_ind.instant); in llcp_pdu_decode_chan_map_update_ind()
621 memcpy(ctx->data.chmu.chm, pdu->llctrl.chan_map_ind.chm, sizeof(ctx->data.chmu.chm)); in llcp_pdu_decode_chan_map_update_ind()
Dpdu.h917 struct pdu_data_llctrl_chan_map_ind chan_map_ind; member
1120 struct pdu_big_ctrl_chan_map_ind chan_map_ind; member
Dull_llcp.c1582 return VALIDATE_PDU_LEN(pdu, chan_map_ind);
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/lll/
Dlll_adv_iso.c552 chm = (void *)&pdu->ctrl.chan_map_ind; in isr_tx_common()
Dlll_sync_iso.c1446 chm = (void *)&pdu->ctrl.chan_map_ind; in isr_rx_ctrl_recv()