Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_llcp.h298 bool phy_valid(uint8_t phy);
Dull_llcp_past.c84 if (!phy_valid(pdu->llctrl.periodic_sync_ind.phy)) { in rp_check_phy()
Dull_llcp_cc.c305 if (!phy_valid(pdu->llctrl.cis_req.c_phy) || in rp_cc_check_phy()
306 !phy_valid(pdu->llctrl.cis_req.p_phy)) { in rp_cc_check_phy()
Dull_llcp.c2066 bool phy_valid(uint8_t phy) function