Searched refs:chan_map_ind (Results 1 – 7 of 7) sorted by relevance
/Zephyr-latest/tests/bluetooth/controller/ctrl_chmu/src/ |
D | main.c | 96 instant = sys_le16_to_cpu(pdu->llctrl.chan_map_ind.instant); in ZTEST()
|
/Zephyr-latest/tests/bluetooth/controller/common/src/ |
D | helper_pdu.c | 345 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/ |
D | ull_llcp_pdu.c | 611 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()
|
D | pdu.h | 917 struct pdu_data_llctrl_chan_map_ind chan_map_ind; member 1120 struct pdu_big_ctrl_chan_map_ind chan_map_ind; member
|
D | ull_llcp.c | 1582 return VALIDATE_PDU_LEN(pdu, chan_map_ind);
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/lll/ |
D | lll_adv_iso.c | 552 chm = (void *)&pdu->ctrl.chan_map_ind; in isr_tx_common()
|
D | lll_sync_iso.c | 1446 chm = (void *)&pdu->ctrl.chan_map_ind; in isr_rx_ctrl_recv()
|