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:
parent
43187e2723
commit
bc7e86b9ec
3 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue