Searched defs:phy_req (Results 1 – 2 of 2) sorted by relevance
/Zephyr-Core-3.4.0/tests/bluetooth/controller/ctrl_cte_req/src/ |
D | main.c | 890 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() 1022 static void run_phy_update_peripheral(bool is_local, struct pdu_data_llctrl_phy_req *phy_req, 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() local 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() local 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() local 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() local 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() local 1424 struct pdu_data_llctrl_phy_req phy_req = { .rx_phys = PHY_2M, .tx_phys = PHY_2M }; in test_cte_req_wait_for_remote_phy_update_complete() local
|
/Zephyr-Core-3.4.0/subsys/bluetooth/controller/ll_sw/ |
D | pdu.h | 904 struct pdu_data_llctrl_phy_req phy_req; member
|