Home
last modified time | relevance | path

Searched refs:pdu_data_llctrl_phy_req (Results 1 – 5 of 5) sorted by relevance

/Zephyr-Core-3.4.0/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()
261 struct pdu_data_llctrl_phy_req req = { .rx_phys = PHY_2M, .tx_phys = PHY_2M }; in ZTEST()
310 struct pdu_data_llctrl_phy_req req = { .rx_phys = PHY_2M, .tx_phys = PHY_2M }; in ZTEST()
367 struct pdu_data_llctrl_phy_req req = { .rx_phys = PHY_1M, .tx_phys = PHY_2M }; in ZTEST()
480 struct pdu_data_llctrl_phy_req req = { .rx_phys = PHY_2M, .tx_phys = PHY_2M }; in ZTEST()
568 struct pdu_data_llctrl_phy_req req = { .rx_phys = PHY_1M, .tx_phys = PHY_2M }; in ZTEST()
569 struct pdu_data_llctrl_phy_req rsp = { .rx_phys = PHY_1M | PHY_2M | PHY_CODED, in ZTEST()
668 struct pdu_data_llctrl_phy_req req = { .rx_phys = PHY_2M, .tx_phys = PHY_2M }; in ZTEST()
723 struct pdu_data_llctrl_phy_req req = { .rx_phys = PHY_1M, .tx_phys = PHY_2M }; in ZTEST()
[all …]
/Zephyr-Core-3.4.0/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-Core-3.4.0/tests/bluetooth/controller/ctrl_cte_req/src/
Dmain.c890 static void check_phy_update(bool is_local, struct pdu_data_llctrl_phy_req *phy_req, in check_phy_update()
946 static void run_phy_update_central(bool is_local, struct pdu_data_llctrl_phy_req *phy_req, in run_phy_update_central()
949 struct pdu_data_llctrl_phy_req rsp = { .rx_phys = PHY_PREFER_ANY, in run_phy_update_central()
1022 static void run_phy_update_peripheral(bool is_local, struct pdu_data_llctrl_phy_req *phy_req, in run_phy_update_peripheral()
1025 struct pdu_data_llctrl_phy_req rsp = { .rx_phys = PHY_PREFER_ANY, 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()
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()
1305 struct pdu_data_llctrl_phy_req phy_req = { .rx_phys = PHY_CODED, .tx_phys = PHY_CODED }; in test_phy_update_wait_for_remote_cte_req_complete()
1368 struct pdu_data_llctrl_phy_req phy_req = { .rx_phys = PHY_CODED, .tx_phys = PHY_CODED }; in test_cte_req_wait_for_remote_phy_update_complete_and_disable()
[all …]
/Zephyr-Core-3.4.0/subsys/bluetooth/controller/ll_sw/
Dpdu.h775 struct pdu_data_llctrl_phy_req { struct
904 struct pdu_data_llctrl_phy_req phy_req;
/Zephyr-Core-3.4.0/tests/bluetooth/controller/common/src/
Dhelper_pdu.c218 struct pdu_data_llctrl_phy_req *p = param; in helper_pdu_encode_phy_req()
222 offsetof(struct pdu_data_llctrl, phy_req) + sizeof(struct pdu_data_llctrl_phy_req); in helper_pdu_encode_phy_req()
724 struct pdu_data_llctrl_phy_req *p = param; in helper_pdu_verify_phy_req()
730 sizeof(struct pdu_data_llctrl_phy_req), in helper_pdu_verify_phy_req()