Lines Matching refs:_conn
120 #define CHECK_PREF_PHY_STATE(_conn, _tx, _rx) \ argument
122 zassert_equal(_conn.phy_pref_rx, _rx, \
124 _conn.phy_pref_rx, _rx); \
125 zassert_equal(_conn.phy_pref_tx, _tx, \
127 _conn.phy_pref_tx, _tx); \
130 #define CHECK_CURRENT_PHY_STATE(_conn, _tx, _flags, _rx) \ argument
132 zassert_equal(_conn.lll.phy_rx, _rx, \
134 _conn.lll.phy_rx, _rx); \
135 zassert_equal(_conn.lll.phy_tx, _tx, \
137 _conn.lll.phy_tx, _tx); \
138 zassert_equal(_conn.lll.phy_rx, _rx, \
140 _conn.lll.phy_flags, _flags); \