Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_llcp_pdu.c470 pdu->len = PDU_DATA_LLCTRL_LEN(phy_rsp); in llcp_pdu_encode_phy_rsp()
472 pdu->llctrl.phy_rsp.rx_phys = conn->phy_pref_rx; in llcp_pdu_encode_phy_rsp()
473 pdu->llctrl.phy_rsp.tx_phys = conn->phy_pref_tx; in llcp_pdu_encode_phy_rsp()
495 ctx->data.pu.rx = pdu->llctrl.phy_rsp.tx_phys; in llcp_pdu_decode_phy_rsp()
496 ctx->data.pu.tx = pdu->llctrl.phy_rsp.rx_phys; in llcp_pdu_decode_phy_rsp()
Dpdu.h939 struct pdu_data_llctrl_phy_rsp phy_rsp; member
Dull_llcp.c1717 return VALIDATE_PDU_LEN(pdu, phy_rsp);
/Zephyr-latest/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()
774 offsetof(struct pdu_data_llctrl, phy_rsp) + in helper_pdu_verify_phy_rsp()
779 zassert_equal(pdu->llctrl.phy_rsp.rx_phys, p->rx_phys, in helper_pdu_verify_phy_rsp()
781 zassert_equal(pdu->llctrl.phy_rsp.tx_phys, p->tx_phys, in helper_pdu_verify_phy_rsp()