Searched refs:tx_phys (Results 1 – 9 of 9) sorted by relevance
/Zephyr-Core-3.4.0/tests/bluetooth/controller/ctrl_phy_update/src/ |
D | main.c | 121 struct pdu_data_llctrl_phy_req req = { .rx_phys = PHY_2M, .tx_phys = PHY_2M }; in ZTEST() 123 .tx_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() 570 .tx_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/ |
D | main.c | 155 struct pdu_data_llctrl_phy_req req = { .rx_phys = PHY_2M, .tx_phys = PHY_2M }; in ZTEST() 157 .tx_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() 327 .tx_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() 634 .tx_phys = PHY_1M | PHY_2M }; in ZTEST()
|
/Zephyr-Core-3.4.0/tests/bluetooth/controller/ctrl_cte_req/src/ |
D | main.c | 894 PDU_PDU_MAX_OCTETS, PDU_DC_MAX_US(PDU_PDU_MAX_OCTETS, phy_req->tx_phys), in check_phy_update() 926 check_current_phy_state(&conn, phy_req->tx_phys, PREFER_S2_CODING, phy_req->tx_phys); in check_phy_update() 928 check_pref_phy_state(&conn, phy_req->rx_phys, phy_req->tx_phys); in check_phy_update() 950 .tx_phys = PHY_PREFER_ANY }; in run_phy_update_central() 953 .c_to_p_phy = phy_req->tx_phys, in run_phy_update_central() 1026 .tx_phys = PHY_PREFER_ANY }; in run_phy_update_peripheral() 1028 .p_to_c_phy = phy_req->tx_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() [all …]
|
/Zephyr-Core-3.4.0/tests/bluetooth/controller/common/src/ |
D | helper_pdu.c | 225 pdu->llctrl.phy_req.tx_phys = p->tx_phys; in helper_pdu_encode_phy_req() 237 pdu->llctrl.phy_rsp.tx_phys = p->tx_phys; in helper_pdu_encode_phy_rsp() 736 zassert_equal(pdu->llctrl.phy_req.tx_phys, p->tx_phys, in helper_pdu_verify_phy_req() 754 zassert_equal(pdu->llctrl.phy_rsp.tx_phys, p->tx_phys, in helper_pdu_verify_phy_rsp()
|
/Zephyr-Core-3.4.0/subsys/bluetooth/controller/ll_sw/ |
D | ull_llcp_pdu.c | 450 pdu->llctrl.phy_req.tx_phys = ctx->data.pu.tx; in llcp_pdu_encode_phy_req() 455 ctx->data.pu.rx = pdu->llctrl.phy_req.tx_phys; in llcp_pdu_decode_phy_req() 466 pdu->llctrl.phy_rsp.tx_phys = conn->phy_pref_tx; in llcp_pdu_encode_phy_rsp() 488 ctx->data.pu.rx = pdu->llctrl.phy_rsp.tx_phys; in llcp_pdu_decode_phy_rsp()
|
D | pdu.h | 776 uint8_t tx_phys; member 781 uint8_t tx_phys; member
|
/Zephyr-Core-3.4.0/include/zephyr/bluetooth/ |
D | hci_types.h | 1263 uint8_t tx_phys; member 1275 uint8_t tx_phys; member
|
/Zephyr-Core-3.4.0/subsys/bluetooth/controller/hci/ |
D | hci.c | 2671 cmd->tx_phys = 0x07; in le_set_default_phy() 2677 status = ll_phy_default_set(cmd->tx_phys, cmd->rx_phys); in le_set_default_phy() 2702 cmd->tx_phys |= mask_phys; in le_set_phy() 2708 if ((cmd->tx_phys | cmd->rx_phys) & ~mask_phys) { in le_set_phy() 2714 if (!(cmd->tx_phys & 0x07) || in le_set_phy() 2728 status = ll_phy_req_send(handle, cmd->tx_phys, phy_opts, in le_set_phy()
|
/Zephyr-Core-3.4.0/subsys/bluetooth/host/ |
D | hci_core.c | 998 cp->tx_phys = pref_tx_phy; in bt_le_set_phy()
|