OSDN Git Service

Incorrect data type. bt_local_le_features_t of wrong size
authorPrerepa Viswanadham <dham@google.com>
Wed, 30 Jul 2014 22:10:39 +0000 (15:10 -0700)
committerPrerepa Viswanadham <dham@google.com>
Wed, 30 Jul 2014 23:41:29 +0000 (23:41 +0000)
b/16653133

Change-Id: Icd7a3de6161669f4c54c6042bf80314e72f5f0ff

include/hardware/bluetooth.h

index 7c17b64..cd67414 100644 (file)
@@ -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;