Merge "Remove WAKE_UP_* sensor constants and stringTypes." into lmp-dev
diff --git a/include/hardware/bluetooth.h b/include/hardware/bluetooth.h
index 7c17b64..cd67414 100644
--- a/include/hardware/bluetooth.h
+++ b/include/hardware/bluetooth.h
@@ -148,7 +148,8 @@
     uint8_t rpa_offload_supported;
     uint8_t max_irk_list_size;
     uint8_t max_adv_filter_supported;
-    uint8_t scan_result_storage_size;
+    uint8_t scan_result_storage_size_lobyte;
+    uint8_t scan_result_storage_size_hibyte;
     uint8_t activity_energy_info_supported;
 }bt_local_le_features_t;