Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/subsys/bluetooth/controller/ll_sw/
Dull_llcp_features.h107 static inline bool feature_phy_2m(struct ll_conn *conn) in feature_phy_2m() function
Dull_llcp_cc.c322 if (((phys & PHY_2M) && !feature_phy_2m(conn)) || in rp_cc_check_phy()
Dull_conn.c653 if (!feature_phy_2m(conn) && !feature_phy_coded(conn)) { in ll_phy_req_send()