Home
last modified time | relevance | path

Searched refs:c_to_p_phy (Results 1 – 8 of 8) sorted by relevance

/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_llcp_phy.c151 ctx->data.pu.c_to_p_phy = ctx->data.pu.tx; in pu_prep_update_ind()
153 ctx->data.pu.c_to_p_phy = 0U; in pu_prep_update_ind()
206 if (!phy_validation_check_phy_ind(ctx->data.pu.c_to_p_phy) || in pu_check_update_ind()
214 if (!((ctx->data.pu.c_to_p_phy | ctx->data.pu.p_to_c_phy) & 0x07)) { in pu_check_update_ind()
244 const uint8_t c_to_p_phy = ctx->data.pu.c_to_p_phy & phy_bitmask; in pu_apply_phy_update() local
252 if (c_to_p_phy) { in pu_apply_phy_update()
253 lll->phy_rx = c_to_p_phy; in pu_apply_phy_update()
261 if (c_to_p_phy) { in pu_apply_phy_update()
262 lll->phy_tx = c_to_p_phy; in pu_apply_phy_update()
295 (ctx->data.pu.c_to_p_phy && (lll->role == BT_HCI_ROLE_CENTRAL))) { in pu_update_eff_times()
[all …]
Dull_llcp_pdu.c478 ctx->data.pu.c_to_p_phy = pdu->llctrl.phy_upd_ind.c_to_p_phy; in llcp_pdu_decode_phy_update_ind()
490 pdu->llctrl.phy_upd_ind.c_to_p_phy = ctx->data.pu.c_to_p_phy; in llcp_pdu_encode_phy_update_ind()
Dull_llcp_internal.h217 uint8_t c_to_p_phy; member
Dpdu.h801 uint8_t c_to_p_phy; member
/Zephyr-latest/tests/bluetooth/controller/ctrl_phy_update/src/
Dmain.c125 .c_to_p_phy = PHY_2M, in ZTEST()
384 .c_to_p_phy = 0, in ZTEST()
500 struct pdu_data_llctrl_phy_upd_ind phy_update_ind = { .c_to_p_phy = PHY_2M, in ZTEST()
596 struct pdu_data_llctrl_phy_upd_ind phy_update_ind = { .c_to_p_phy = PHY_2M, in ZTEST()
682 .c_to_p_phy = 0, in ZTEST()
905 .c_to_p_phy = PHY_2M, in ZTEST()
1075 .c_to_p_phy = 0, in ZTEST()
1078 .instant = 15, .c_to_p_phy = PHY_2M, .p_to_c_phy = 0}; in ZTEST()
1265 .c_to_p_phy = PHY_2M, in ZTEST()
1404 struct pdu_data_llctrl_phy_upd_ind ind = { .instant = 0, .c_to_p_phy = 0, .p_to_c_phy = 0 }; in ZTEST()
[all …]
/Zephyr-latest/tests/bluetooth/controller/ctrl_collision/src/
Dmain.c159 .c_to_p_phy = PHY_2M, in ZTEST()
329 .c_to_p_phy = 0, in ZTEST()
332 .c_to_p_phy = PHY_2M, in ZTEST()
499 .c_to_p_phy = PHY_2M, in ZTEST()
636 .c_to_p_phy = PHY_2M, in ZTEST()
/Zephyr-latest/tests/bluetooth/controller/ctrl_cte_req/src/
Dmain.c953 .c_to_p_phy = phy_req->tx_phys, in run_phy_update_central()
1027 struct pdu_data_llctrl_phy_upd_ind ind = { .c_to_p_phy = phy_req->rx_phys, in run_phy_update_peripheral()
/Zephyr-latest/tests/bluetooth/controller/common/src/
Dhelper_pdu.c249 pdu->llctrl.phy_upd_ind.c_to_p_phy = p->c_to_p_phy; in helper_pdu_encode_phy_update_ind()
800 zassert_equal(pdu->llctrl.phy_upd_ind.c_to_p_phy, p->c_to_p_phy, in helper_pdu_verify_phy_update_ind()