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:
parent
59659ce4da
commit
6f7234d62a
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue