Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/beto-rust/nearby/connections/ukey2/ukey2/src/
Dproto_adapter.rs144 selected_next_protocol: NextProtocol, field
156 pub fn selected_next_protocol(&self) -> NextProtocol { in selected_next_protocol() method
284 let selected_next_protocol = self in into_adapter() localVariable
/aosp_15_r20/external/rust/beto-rust/nearby/connections/ukey2/ukey2_proto/proto/
Dukey.proto104 optional string selected_next_protocol = 5; field
/aosp_15_r20/external/rust/beto-rust/nearby/connections/ukey2/ukey2_proto/src/ukey2_all_proto/
Dukey.rs901 pub selected_next_protocol: ::std::option::Option<::std::string::String>, field
1033 pub fn selected_next_protocol(&self) -> &str { in selected_next_protocol() method