Interface definition for Ble L2CAP Medium in Nearby Connections layer

PiperOrigin-RevId: 741054574
This commit is contained in:
Mingshiou Wu
2025-03-27 01:04:16 -07:00
committed by Copybara-Service
parent df2ddd0f20
commit 04b2f9cfc6
13 changed files with 552 additions and 50 deletions
@@ -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 =