Searched refs:tL2CAP_CONN (Results 1 – 2 of 2) sorted by relevance
164 } tL2CAP_CONN; typedef166 inline std::string l2cap_result_code_text(const tL2CAP_CONN& result) { in l2cap_result_code_text()223 inline tL2CAP_CONN to_l2cap_result_code(uint16_t result) { in to_l2cap_result_code()224 return static_cast<tL2CAP_CONN>(result); in to_l2cap_result_code()501 struct formatter<tL2CAP_CONN> : enum_formatter<tL2CAP_CONN> {};
217 std::vector<std::pair<tL2CAP_CONN, std::string>> results = { in TEST_F()257 static_cast<tL2CAP_CONN>(std::numeric_limits<std::uint16_t>::max())) in TEST_F()