From 6a48101e688f19db4d12c6b680853e831bdebb5f Mon Sep 17 00:00:00 2001 From: Jakub Pawlowski <jpawlowski@google.com> Date: Mon, 9 Jan 2017 07:05:00 -0800 Subject: [PATCH] Fix bad connectable advertising constant Test: start connectable advertising using bluetoothtbd Change-Id: Ie7e42570748d43a27bc7691378aee85ab1565a05 --- system/service/common/bluetooth/low_energy_constants.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/service/common/bluetooth/low_energy_constants.h b/system/service/common/bluetooth/low_energy_constants.h index bd5559246c5..934fe455a7b 100644 --- a/system/service/common/bluetooth/low_energy_constants.h +++ b/system/service/common/bluetooth/low_energy_constants.h @@ -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; -- GitLab