mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-16 15:36:12 -04:00
WIFI Direct implementation (3)
Part 3: BWU and client interface part PiperOrigin-RevId: 498218241
This commit is contained in:
@@ -73,7 +73,8 @@ ByteArray ForBwuWifiDirectPathAvailable(const std::string& ssid,
|
||||
const std::string& password,
|
||||
std::int32_t port,
|
||||
std::int32_t frequency,
|
||||
bool supports_disabling_encryption);
|
||||
bool supports_disabling_encryption,
|
||||
const std::string& gateway);
|
||||
ByteArray ForBwuBluetoothPathAvailable(const std::string& service_id,
|
||||
const std::string& mac_address);
|
||||
ByteArray ForBwuWebrtcPathAvailable(const std::string& peer_id,
|
||||
|
||||
Reference in New Issue
Block a user