Bluetooth: HCI: Fix size of evt_type parameter

Fix the size of the evt_type, this lead to error over serialized HCI
where the event could not be interpreted correctly from the HCI
controller.

Signed-off-by: Joakim Andersson <joakim.andersson@nordicsemi.no>
This commit is contained in:
Joakim Andersson 2020-02-01 21:01:02 +01:00 committed by Johan Hedberg
commit 4702df0cec

View file

@ -1586,7 +1586,7 @@ struct bt_hci_evt_le_phy_update_complete {
#define BT_HCI_EVT_LE_EXT_ADVERTISING_REPORT 0x0d
struct bt_hci_evt_le_ext_advertising_info {
u8_t evt_type;
u16_t evt_type;
bt_addr_le_t addr;
u8_t prim_phy;
u8_t sec_phy;