mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-16 15:36:12 -04:00
Add flag to control whether to disconnect the GATT client when exiting the BLE GATT service.
PiperOrigin-RevId: 758474539
This commit is contained in:
committed by
Copybara-Service
parent
30b32e52f2
commit
540f4bac7a
@@ -104,6 +104,9 @@ constexpr auto kEnableDynamicRoleSwitch =
|
||||
// Enable/Disable DCT advertising/scanning specification.
|
||||
constexpr auto kEnableDct =
|
||||
flags::Flag<bool>(kConfigPackage, "45697202", false);
|
||||
// Enable/Disable GATT client disconnection.
|
||||
constexpr auto kEnableGattClientDisconnection =
|
||||
flags::Flag<bool>(kConfigPackage, "45698964", false);
|
||||
} // namespace nearby_connections_feature
|
||||
} // namespace config_package_nearby
|
||||
} // namespace connections
|
||||
|
||||
Reference in New Issue
Block a user