From 70643c3b313c233380114a23ddcc34f40008e109 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sat, 13 Dec 2014 20:41:25 +0100 Subject: [PATCH] monitor: Fix constants for default data length commands --- monitor/bt.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/monitor/bt.h b/monitor/bt.h index b3a790823..fac93a051 100644 --- a/monitor/bt.h +++ b/monitor/bt.h @@ -1871,14 +1871,14 @@ struct bt_hci_rsp_le_set_data_length { uint16_t handle; } __attribute__ ((packed)); -#define BT_HCI_CMD_LE_READ_DEAULT_DATA_LENGTH 0x2023 +#define BT_HCI_CMD_LE_READ_DEFAULT_DATA_LENGTH 0x2023 struct bt_hci_rsp_le_read_default_data_length { uint8_t status; uint16_t tx_len; uint16_t tx_time; } __attribute__ ((packed)); -#define BT_HCI_CMD_LE_WRITE_DEAULT_DATA_LENGTH 0x2024 +#define BT_HCI_CMD_LE_WRITE_DEFAULT_DATA_LENGTH 0x2024 struct bt_hci_cmd_le_write_default_data_length { uint16_t tx_len; uint16_t tx_time; -- 2.47.3