diff --git a/system/service/common/bluetooth/low_energy_constants.h b/system/service/common/bluetooth/low_energy_constants.h
index bd5559246c50d8fc043d0fcd45b26b3d3f4f1ef9..934fe455a7b6e5d04bc04843dfe475c84f83fe52 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;