Searched defs:reset_interface (Results 1 – 3 of 3) sorted by relevance
26 void bluetooth::testing::stack::l2cap::reset_interface() { interface_ = &mock_l2cap_interface; } in reset_interface() function in bluetooth::testing::stack::l2cap
26 void bluetooth::testing::stack::rnr::reset_interface() { interface_ = &default_interface; } in reset_interface() function in bluetooth::testing::stack::rnr
193 static int reset_interface(const char *name) in reset_interface() function