mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-16 15:36:12 -04:00
Make use of address candidates in Hotspot credentials.
PiperOrigin-RevId: 830572287
This commit is contained in:
committed by
Copybara-Service
parent
35a42d4d31
commit
e49fe76dc5
@@ -75,12 +75,10 @@ ByteArray ForPayloadAckPayloadTransfer(std::int64_t payload_id);
|
||||
ByteArray ForBwuIntroduction(const std::string& endpoint_id,
|
||||
bool supports_disabling_encryption);
|
||||
ByteArray ForBwuIntroductionAck();
|
||||
ByteArray ForBwuWifiHotspotPathAvailable(const std::string& ssid,
|
||||
const std::string& password,
|
||||
std::int32_t port,
|
||||
std::int32_t frequency,
|
||||
const std::string& gateway,
|
||||
bool supports_disabling_encryption);
|
||||
ByteArray ForBwuWifiHotspotPathAvailable(
|
||||
location::nearby::connections::BandwidthUpgradeNegotiationFrame::
|
||||
UpgradePathInfo::WifiHotspotCredentials credentials,
|
||||
bool supports_disabling_encryption);
|
||||
ByteArray ForBwuWifiLanPathAvailable(
|
||||
const std::vector<std::string>& ip_addresses, std::int32_t port);
|
||||
ByteArray ForBwuAwdlPathAvailable(const std::string& service_name,
|
||||
|
||||
Reference in New Issue
Block a user