Searched refs:phy_rsp (Results 1 – 4 of 4) sorted by relevance
464 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()
915 struct pdu_data_llctrl_phy_rsp phy_rsp; member
1651 return VALIDATE_PDU_LEN(pdu, phy_rsp);
234 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()