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:
parent
547d623c37
commit
4702df0cec
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue