@@ -1366,7 +1366,7 @@ struct bt_hci_evt_link_key_req {
1366
1366
#define BT_LK_AUTH_COMBINATION_P256 0x08
1367
1367
1368
1368
#define BT_HCI_EVT_LINK_KEY_NOTIFY 0x18
1369
- struct bt_hci_ev_link_key_notify {
1369
+ struct bt_hci_evt_link_key_notify {
1370
1370
bt_addr_t bdaddr ;
1371
1371
u8_t link_key [16 ];
1372
1372
u8_t key_type ;
@@ -1484,15 +1484,15 @@ struct bt_hci_evt_le_conn_complete {
1484
1484
} __packed ;
1485
1485
1486
1486
#define BT_HCI_EVT_LE_ADVERTISING_REPORT 0x02
1487
- struct bt_hci_ev_le_advertising_info {
1487
+ struct bt_hci_evt_le_advertising_info {
1488
1488
u8_t evt_type ;
1489
1489
bt_addr_le_t addr ;
1490
1490
u8_t length ;
1491
1491
u8_t data [0 ];
1492
1492
} __packed ;
1493
- struct bt_hci_ev_le_advertising_report {
1493
+ struct bt_hci_evt_le_advertising_report {
1494
1494
u8_t num_reports ;
1495
- struct bt_hci_ev_le_advertising_info adv_info [0 ];
1495
+ struct bt_hci_evt_le_advertising_info adv_info [0 ];
1496
1496
} __packed ;
1497
1497
1498
1498
#define BT_HCI_EVT_LE_CONN_UPDATE_COMPLETE 0x03
@@ -1505,7 +1505,7 @@ struct bt_hci_evt_le_conn_update_complete {
1505
1505
} __packed ;
1506
1506
1507
1507
#define BT_HCI_EV_LE_REMOTE_FEAT_COMPLETE 0x04
1508
- struct bt_hci_ev_le_remote_feat_complete {
1508
+ struct bt_hci_evt_le_remote_feat_complete {
1509
1509
u8_t status ;
1510
1510
u16_t handle ;
1511
1511
u8_t features [8 ];
@@ -1563,15 +1563,15 @@ struct bt_hci_evt_le_enh_conn_complete {
1563
1563
} __packed ;
1564
1564
1565
1565
#define BT_HCI_EVT_LE_DIRECT_ADV_REPORT 0x0b
1566
- struct bt_hci_ev_le_direct_adv_info {
1566
+ struct bt_hci_evt_le_direct_adv_info {
1567
1567
u8_t evt_type ;
1568
1568
bt_addr_le_t dir_addr ;
1569
1569
bt_addr_le_t addr ;
1570
1570
s8_t rssi ;
1571
1571
} __packed ;
1572
- struct bt_hci_ev_le_direct_adv_report {
1572
+ struct bt_hci_evt_le_direct_adv_report {
1573
1573
u8_t num_reports ;
1574
- struct bt_hci_ev_le_direct_adv_info direct_adv_info [0 ];
1574
+ struct bt_hci_evt_le_direct_adv_info direct_adv_info [0 ];
1575
1575
} __packed ;
1576
1576
1577
1577
#define BT_HCI_EVT_LE_PHY_UPDATE_COMPLETE 0x0c
@@ -1583,7 +1583,7 @@ struct bt_hci_evt_le_phy_update_complete {
1583
1583
} __packed ;
1584
1584
1585
1585
#define BT_HCI_EVT_LE_EXT_ADVERTISING_REPORT 0x0d
1586
- struct bt_hci_ev_le_ext_advertising_info {
1586
+ struct bt_hci_evt_le_ext_advertising_info {
1587
1587
u8_t evt_type ;
1588
1588
bt_addr_le_t addr ;
1589
1589
u8_t prim_phy ;
@@ -1596,9 +1596,9 @@ struct bt_hci_ev_le_ext_advertising_info {
1596
1596
u8_t length ;
1597
1597
u8_t data [0 ];
1598
1598
} __packed ;
1599
- struct bt_hci_ev_le_ext_advertising_report {
1599
+ struct bt_hci_evt_le_ext_advertising_report {
1600
1600
u8_t num_reports ;
1601
- struct bt_hci_ev_le_ext_advertising_info adv_info [0 ];
1601
+ struct bt_hci_evt_le_ext_advertising_info adv_info [0 ];
1602
1602
} __packed ;
1603
1603
1604
1604
#define BT_HCI_EVT_LE_PER_ADV_SYNC_ESTABLISHED 0x0e
@@ -1613,7 +1613,7 @@ struct bt_hci_evt_le_per_adv_sync_established {
1613
1613
} __packed ;
1614
1614
1615
1615
#define BT_HCI_EVT_LE_PER_ADVERTISING_REPORT 0x0f
1616
- struct bt_hci_ev_le_per_advertising_report {
1616
+ struct bt_hci_evt_le_per_advertising_report {
1617
1617
u16_t handle ;
1618
1618
s8_t tx_power ;
1619
1619
s8_t rssi ;
0 commit comments