Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7eb67078 authored by Jakub Pawlowski's avatar Jakub Pawlowski Committed by android-build-merger
Browse files

Fix bad connectable advertising constant am: 6a48101e

am: b683b7e6

Change-Id: Idb7596057acbad7fb30e1719261cfe17e29440c0
parents d2afe189 b683b7e6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -95,7 +95,7 @@ const int kAdvertisingIntervalDeltaUnit = 10;

// Legacy Advertising types (ADV_IND, ADV_SCAN_IND, etc.) that are exposed to
// applications.
const uint16_t kAdvertisingEventTypeLegacyConnectable = 0x0011;
const uint16_t kAdvertisingEventTypeLegacyConnectable = 0x0013;
const uint16_t kAdvertisingEventTypeLegacyScannable = 0x0012;
const uint16_t kAdvertisingEventTypeLegacyNonConnectable = 0x0010;