Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_llcp_phy.c233 uint8_t phy_bitmask = PHY_1M; in pu_apply_phy_update() local
238 phy_bitmask |= PHY_2M; in pu_apply_phy_update()
241 phy_bitmask |= PHY_CODED; in pu_apply_phy_update()
243 const uint8_t p_to_c_phy = ctx->data.pu.p_to_c_phy & phy_bitmask; in pu_apply_phy_update()
244 const uint8_t c_to_p_phy = ctx->data.pu.c_to_p_phy & phy_bitmask; in pu_apply_phy_update()