Searched refs:p_to_c_phy (Results 1 – 8 of 8) sorted by relevance
156 ctx->data.pu.p_to_c_phy = ctx->data.pu.rx; in pu_prep_update_ind()158 ctx->data.pu.p_to_c_phy = 0U; in pu_prep_update_ind()207 !phy_validation_check_phy_ind(ctx->data.pu.p_to_c_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()243 const uint8_t p_to_c_phy = ctx->data.pu.p_to_c_phy & phy_bitmask; in pu_apply_phy_update() local249 if (p_to_c_phy) { in pu_apply_phy_update()250 lll->phy_tx = p_to_c_phy; in pu_apply_phy_update()258 if (p_to_c_phy) { in pu_apply_phy_update()259 lll->phy_rx = p_to_c_phy; in pu_apply_phy_update()294 if ((ctx->data.pu.p_to_c_phy && (lll->role == BT_HCI_ROLE_PERIPHERAL)) || in pu_update_eff_times()[all …]
479 ctx->data.pu.p_to_c_phy = pdu->llctrl.phy_upd_ind.p_to_c_phy; in llcp_pdu_decode_phy_update_ind()491 pdu->llctrl.phy_upd_ind.p_to_c_phy = ctx->data.pu.p_to_c_phy; in llcp_pdu_encode_phy_update_ind()
218 uint8_t p_to_c_phy; member
802 uint8_t p_to_c_phy; member
126 .p_to_c_phy = PHY_2M }; in ZTEST()385 .p_to_c_phy = PHY_2M }; in ZTEST()501 .p_to_c_phy = PHY_2M }; in ZTEST()597 .p_to_c_phy = PHY_2M }; in ZTEST()683 .p_to_c_phy = PHY_2M }; in ZTEST()906 .p_to_c_phy = PHY_2M }; in ZTEST()1076 .p_to_c_phy = PHY_2M }; in ZTEST()1078 .instant = 15, .c_to_p_phy = PHY_2M, .p_to_c_phy = 0}; in ZTEST()1266 .p_to_c_phy = PHY_1M }; 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 …]
160 .p_to_c_phy = PHY_2M }; in ZTEST()330 .p_to_c_phy = PHY_2M }; in ZTEST()333 .p_to_c_phy = 0 }; in ZTEST()500 .p_to_c_phy = PHY_1M }; in ZTEST()637 .p_to_c_phy = PHY_2M }; in ZTEST()
954 .p_to_c_phy = phy_req->rx_phys }; in run_phy_update_central()1028 .p_to_c_phy = phy_req->tx_phys }; in run_phy_update_peripheral()
250 pdu->llctrl.phy_upd_ind.p_to_c_phy = p->p_to_c_phy; in helper_pdu_encode_phy_update_ind()802 zassert_equal(pdu->llctrl.phy_upd_ind.p_to_c_phy, p->p_to_c_phy, in helper_pdu_verify_phy_update_ind()