Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_llcp_features.h116 static inline bool feature_phy_coded(struct ll_conn *conn) in feature_phy_coded() function
Dull_llcp_common.c803 if (feature_phy_coded(conn)) {
983 if (feature_phy_coded(conn)) {
Dull_llcp_cc.c315 ((phys & PHY_CODED) && !feature_phy_coded(conn))) { in rp_cc_check_phy()
Dull_conn.c669 if (!feature_phy_2m(conn) && !feature_phy_coded(conn)) { in ll_phy_req_send()
2484 if (conn->llcp.fex.valid && feature_phy_coded(conn)) { in dle_max_time_get()