Skip to content
Snippets Groups Projects
Commit 6a48101e authored by Jakub Pawlowski's avatar Jakub Pawlowski
Browse files

Fix bad connectable advertising constant

Test: start connectable advertising using bluetoothtbd
Change-Id: Ie7e42570748d43a27bc7691378aee85ab1565a05
parent 0648c83d
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment