Home
last modified time | relevance | path

Searched defs:ConnectionOptions (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pigweed/pw_bluetooth/public/pw_bluetooth/low_energy/
H A Dconnection2.h109 struct ConnectionOptions { struct
115 bool bondable_mode = true;
120 std::optional<Uuid> service_filter;
124 std::optional<RequestedConnectionParameters> parameters;
133 std::optional<uint16_t> att_mtu;
H A Dconnection.h85 struct ConnectionOptions { struct
91 bool bondable_mode = true;
96 std::optional<Uuid> service_filter;
100 std::optional<RequestedConnectionParameters> parameters;
H A Dperipheral2.h117 using ConnectionOptions = Connection2::ConnectionOptions; variable