Searched defs:ConnectionOptions (Results 1 – 3 of 3) sorted by relevance
109 struct ConnectionOptions { struct115 bool bondable_mode = true;120 std::optional<Uuid> service_filter;124 std::optional<RequestedConnectionParameters> parameters;133 std::optional<uint16_t> att_mtu;
85 struct ConnectionOptions { struct91 bool bondable_mode = true;96 std::optional<Uuid> service_filter;100 std::optional<RequestedConnectionParameters> parameters;
117 using ConnectionOptions = Connection2::ConnectionOptions; variable