Searched refs:phy_valid (Results 1 – 4 of 4) sorted by relevance
298 bool phy_valid(uint8_t phy);
84 if (!phy_valid(pdu->llctrl.periodic_sync_ind.phy)) { in rp_check_phy()
305 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()
2066 bool phy_valid(uint8_t phy) function