Home
last modified time | relevance | path

Searched refs:rx_phys (Results 1 – 9 of 9) sorted by relevance

/Zephyr-latest/tests/bluetooth/controller/ctrl_phy_update/src/
Dmain.c121 struct pdu_data_llctrl_phy_req req = { .rx_phys = PHY_2M, .tx_phys = PHY_2M }; in ZTEST()
122 struct pdu_data_llctrl_phy_req rsp = { .rx_phys = PHY_1M | PHY_2M, in ZTEST()
264 struct pdu_data_llctrl_phy_req req = { .rx_phys = PHY_2M, .tx_phys = PHY_2M }; in ZTEST()
319 struct pdu_data_llctrl_phy_req req = { .rx_phys = PHY_2M, .tx_phys = PHY_2M }; in ZTEST()
382 struct pdu_data_llctrl_phy_req req = { .rx_phys = PHY_1M, .tx_phys = PHY_2M }; in ZTEST()
495 struct pdu_data_llctrl_phy_req req = { .rx_phys = PHY_2M, .tx_phys = PHY_2M }; in ZTEST()
592 struct pdu_data_llctrl_phy_req req = { .rx_phys = PHY_2M, .tx_phys = PHY_2M }; in ZTEST()
678 struct pdu_data_llctrl_phy_req req = { .rx_phys = PHY_1M, .tx_phys = PHY_2M }; in ZTEST()
679 struct pdu_data_llctrl_phy_req rsp = { .rx_phys = PHY_1M | PHY_2M | PHY_CODED, in ZTEST()
778 struct pdu_data_llctrl_phy_req req = { .rx_phys = PHY_2M, .tx_phys = PHY_2M }; in ZTEST()
[all …]
/Zephyr-latest/tests/bluetooth/controller/ctrl_collision/src/
Dmain.c155 struct pdu_data_llctrl_phy_req req = { .rx_phys = PHY_2M, .tx_phys = PHY_2M }; in ZTEST()
156 struct pdu_data_llctrl_phy_req rsp = { .rx_phys = PHY_1M | PHY_2M, in ZTEST()
324 struct pdu_data_llctrl_phy_req req_peripheral = { .rx_phys = PHY_1M, .tx_phys = PHY_2M }; in ZTEST()
325 struct pdu_data_llctrl_phy_req req_central = { .rx_phys = PHY_2M, .tx_phys = PHY_2M }; in ZTEST()
326 struct pdu_data_llctrl_phy_req rsp = { .rx_phys = PHY_1M | PHY_2M, in ZTEST()
495 struct pdu_data_llctrl_phy_req req_central = { .rx_phys = PHY_1M, .tx_phys = PHY_2M }; in ZTEST()
496 struct pdu_data_llctrl_phy_req req_peripheral = { .rx_phys = PHY_2M, .tx_phys = PHY_2M }; in ZTEST()
497 struct pdu_data_llctrl_phy_req rsp = { .rx_phys = PHY_2M, .tx_phys = PHY_2M }; in ZTEST()
632 struct pdu_data_llctrl_phy_req req = { .rx_phys = PHY_2M, .tx_phys = PHY_2M }; in ZTEST()
633 struct pdu_data_llctrl_phy_req rsp = { .rx_phys = PHY_1M | PHY_2M, in ZTEST()
/Zephyr-latest/tests/bluetooth/controller/ctrl_cte_req/src/
Dmain.c895 PDU_PDU_MAX_OCTETS, PDU_DC_MAX_US(PDU_PDU_MAX_OCTETS, phy_req->rx_phys) in check_phy_update()
928 check_pref_phy_state(&conn, phy_req->rx_phys, phy_req->tx_phys); in check_phy_update()
949 struct pdu_data_llctrl_phy_req rsp = { .rx_phys = PHY_PREFER_ANY, in run_phy_update_central()
954 .p_to_c_phy = phy_req->rx_phys }; in run_phy_update_central()
1025 struct pdu_data_llctrl_phy_req rsp = { .rx_phys = PHY_PREFER_ANY, in run_phy_update_peripheral()
1027 struct pdu_data_llctrl_phy_upd_ind ind = { .c_to_p_phy = phy_req->rx_phys, in run_phy_update_peripheral()
1106 struct pdu_data_llctrl_phy_req phy_req = { .rx_phys = PHY_CODED, .tx_phys = PHY_CODED }; in test_local_cte_req_wait_for_phy_update_complete_and_disable()
1170 struct pdu_data_llctrl_phy_req phy_req = { .rx_phys = PHY_2M, .tx_phys = PHY_2M }; in test_local_cte_req_wait_for_phy_update_complete()
1183 err = ull_cp_phy_update(&conn, phy_req.rx_phys, PREFER_S2_CODING, phy_req.tx_phys, in test_local_cte_req_wait_for_phy_update_complete()
1220 struct pdu_data_llctrl_phy_req phy_req = { .rx_phys = PHY_CODED, .tx_phys = PHY_CODED }; in test_local_phy_update_wait_for_cte_req_complete()
[all …]
/Zephyr-latest/tests/bluetooth/controller/common/src/
Dhelper_pdu.c224 pdu->llctrl.phy_req.rx_phys = p->rx_phys; in helper_pdu_encode_phy_req()
236 pdu->llctrl.phy_rsp.rx_phys = p->rx_phys; in helper_pdu_encode_phy_rsp()
761 zassert_equal(pdu->llctrl.phy_req.rx_phys, p->rx_phys, in helper_pdu_verify_phy_req()
779 zassert_equal(pdu->llctrl.phy_rsp.rx_phys, p->rx_phys, in helper_pdu_verify_phy_rsp()
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_llcp_pdu.c456 pdu->llctrl.phy_req.rx_phys = ctx->data.pu.rx; in llcp_pdu_encode_phy_req()
463 ctx->data.pu.tx = pdu->llctrl.phy_req.rx_phys; in llcp_pdu_decode_phy_req()
472 pdu->llctrl.phy_rsp.rx_phys = conn->phy_pref_rx; in llcp_pdu_encode_phy_rsp()
496 ctx->data.pu.tx = pdu->llctrl.phy_rsp.rx_phys; in llcp_pdu_decode_phy_rsp()
Dpdu.h792 uint8_t rx_phys; member
797 uint8_t rx_phys; member
/Zephyr-latest/subsys/bluetooth/controller/hci/
Dhci.c2701 cmd->rx_phys = 0x07; in le_set_default_phy()
2704 status = ll_phy_default_set(cmd->tx_phys, cmd->rx_phys); in le_set_default_phy()
2732 cmd->rx_phys |= mask_phys; in le_set_phy()
2735 if ((cmd->tx_phys | cmd->rx_phys) & ~mask_phys) { in le_set_phy()
2742 !(cmd->rx_phys & 0x07)) { in le_set_phy()
2756 cmd->rx_phys); in le_set_phy()
/Zephyr-latest/include/zephyr/bluetooth/
Dhci_types.h1450 uint8_t rx_phys; member
1462 uint8_t rx_phys; member
/Zephyr-latest/subsys/bluetooth/host/
Dhci_core.c1144 cp->rx_phys = pref_rx_phy; in bt_le_set_phy()