Home
last modified time | relevance | path

Searched refs:phy_rsp (Results 1 – 4 of 4) sorted by relevance

/Zephyr-Core-3.6.0/subsys/bluetooth/controller/ll_sw/
Dull_llcp_pdu.c464 pdu->len = PDU_DATA_LLCTRL_LEN(phy_rsp); in llcp_pdu_encode_phy_rsp()
466 pdu->llctrl.phy_rsp.rx_phys = conn->phy_pref_rx; in llcp_pdu_encode_phy_rsp()
467 pdu->llctrl.phy_rsp.tx_phys = conn->phy_pref_tx; in llcp_pdu_encode_phy_rsp()
489 ctx->data.pu.rx = pdu->llctrl.phy_rsp.tx_phys; in llcp_pdu_decode_phy_rsp()
490 ctx->data.pu.tx = pdu->llctrl.phy_rsp.rx_phys; in llcp_pdu_decode_phy_rsp()
Dpdu.h915 struct pdu_data_llctrl_phy_rsp phy_rsp; member
Dull_llcp.c1651 return VALIDATE_PDU_LEN(pdu, phy_rsp);
/Zephyr-Core-3.6.0/tests/bluetooth/controller/common/src/
Dhelper_pdu.c234 offsetof(struct pdu_data_llctrl, phy_rsp) + sizeof(struct pdu_data_llctrl_phy_rsp); in helper_pdu_encode_phy_rsp()
236 pdu->llctrl.phy_rsp.rx_phys = p->rx_phys; in helper_pdu_encode_phy_rsp()
237 pdu->llctrl.phy_rsp.tx_phys = p->tx_phys; in helper_pdu_encode_phy_rsp()
747 offsetof(struct pdu_data_llctrl, phy_rsp) + in helper_pdu_verify_phy_rsp()
752 zassert_equal(pdu->llctrl.phy_rsp.rx_phys, p->rx_phys, in helper_pdu_verify_phy_rsp()
754 zassert_equal(pdu->llctrl.phy_rsp.tx_phys, p->tx_phys, in helper_pdu_verify_phy_rsp()