Searched refs:c_to_p_phy (Results 1 – 8 of 8) sorted by relevance
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/ |
D | ull_llcp_phy.c | 151 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 …]
|
D | ull_llcp_pdu.c | 478 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()
|
D | ull_llcp_internal.h | 217 uint8_t c_to_p_phy; member
|
D | pdu.h | 801 uint8_t c_to_p_phy; member
|
/Zephyr-latest/tests/bluetooth/controller/ctrl_phy_update/src/ |
D | main.c | 125 .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/ |
D | main.c | 159 .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/ |
D | main.c | 953 .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/ |
D | helper_pdu.c | 249 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()
|