Diff between fa0003a59c77c7cd2aa70c48b742d2a296ad1982 and 70643c3b313c233380114a23ddcc34f40008e109

Changed Files

File Additions Deletions Status
monitor/bt.h +2 -2 modified

Full Patch

diff --git a/monitor/bt.h b/monitor/bt.h
index b3a7908..fac93a0 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;