Bluetooth: host: Unified namespace of hci event

BT_HCI_EV_LE_REMOTE_FEAT_COMPLETE ->
BT_HCI_EVT_LE_REMOTE_FEAT_COMPLETE

Signed-off-by: chao an <anchao@xiaomi.com>
This commit is contained in:
chao.an 2021-01-12 00:15:30 +08:00 committed by Johan Hedberg
commit bc7e86b9ec
3 changed files with 3 additions and 3 deletions

View file

@ -2164,7 +2164,7 @@ struct bt_hci_evt_le_conn_update_complete {
uint16_t supv_timeout;
} __packed;
#define BT_HCI_EV_LE_REMOTE_FEAT_COMPLETE 0x04
#define BT_HCI_EVT_LE_REMOTE_FEAT_COMPLETE 0x04
struct bt_hci_evt_le_remote_feat_complete {
uint8_t status;
uint16_t handle;