From 378de1a9e09aa2a42f6702e8882f424fcd7f0003 Mon Sep 17 00:00:00 2001 From: Prerepa Viswanadham Date: Wed, 30 Jul 2014 15:10:39 -0700 Subject: [PATCH] Incorrect data type. bt_local_le_features_t of wrong size b/16653133 Change-Id: Icd7a3de6161669f4c54c6042bf80314e72f5f0ff --- include/hardware/bluetooth.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 @@ typedef struct 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; -- 2.11.0