mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-16 15:36:12 -04:00
Interface definition for Ble L2CAP Medium in Nearby Connections layer
PiperOrigin-RevId: 741054574
This commit is contained in:
committed by
Copybara-Service
parent
df2ddd0f20
commit
04b2f9cfc6
@@ -40,6 +40,9 @@ constexpr auto kEnableAutoReconnect =
|
||||
// Disable/Enable BLE v2 in Nearby Connections SDK.
|
||||
constexpr auto kEnableBleV2 =
|
||||
flags::Flag<bool>(kConfigPackage, "45401515", false);
|
||||
// Disable/Enable BLE L2CAP in Nearby Connections SDK.
|
||||
constexpr auto kEnableBleL2cap =
|
||||
flags::Flag<bool>(kConfigPackage, "45685706", false);
|
||||
// Disable/Enable GATT query in thread in BLE V2.
|
||||
// Manual edit: setting this to false for ChromeOS rollout as well.
|
||||
constexpr auto kEnableGattQueryInThread =
|
||||
|
||||
Reference in New Issue
Block a user