Bluetooth: Fix HCI EIR event definition

Extended Inquiry Result Event shall always have one report so there is
no need to iterate over array.

Change-Id: Id6c550074395666b36d4dc6b956c9e4ae4154938
Signed-off-by: Szymon Janc <ext.szymon.janc@tieto.com>
This commit is contained in:
Szymon Janc 2016-03-14 11:40:06 +01:00 committed by Gerrit Code Review
commit 6f7234d62a

View file

@ -630,6 +630,7 @@ struct bt_hci_evt_inquiry_result_with_rssi {
#define BT_HCI_EVT_EXTENDED_INQUIRY_RESULT 0x2f
struct bt_hci_evt_extended_inquiry_result {
uint8_t num_reports;
bt_addr_t addr;
uint8_t pscan_rep_mode;
uint8_t reserved;