Home
last modified time | relevance | path

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

/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/l2cap/
H A Dle_dynamic_channel.h111 const LeChannelConfig& local_config() const { return local_config_; } in local_config() function
H A Dbredr_dynamic_channel.h203 const ChannelConfiguration& local_config() const { return local_config_; } in local_config() function
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/
H A Dtls_server_handshaker.cc1094 if (auto* local_config = absl::get_if<LocalSSLConfig>(&ssl_config); in OnSelectCertificateDone() local