mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-16 15:36:12 -04:00
Plumb updateDiscoveryOptions into pcp handler.
PiperOrigin-RevId: 544431325
This commit is contained in:
committed by
Copybara-Service
parent
22c3a07677
commit
f05e24f7ea
@@ -125,6 +125,10 @@ class PcpHandler {
|
||||
virtual Status UpdateAdvertisingOptions(
|
||||
ClientProxy* client, absl::string_view service_id,
|
||||
const AdvertisingOptions& advertising_options) = 0;
|
||||
|
||||
virtual Status UpdateDiscoveryOptions(
|
||||
ClientProxy* client, absl::string_view service_id,
|
||||
const DiscoveryOptions& discovery_options) = 0;
|
||||
};
|
||||
|
||||
} // namespace connections
|
||||
|
||||
Reference in New Issue
Block a user