Diff between e6a16562a42f7f488c2582c51fb070ef151a0868 and 7292a4da74489e1e999175199adc273553d9e23c

Changed Files

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

Full Patch

diff --git a/monitor/bt.h b/monitor/bt.h
index a4aa6ce..1f2fe87 100644
--- a/monitor/bt.h
+++ b/monitor/bt.h
@@ -316,6 +316,10 @@ struct bt_hci_cmd_link_key_request_reply {
 struct bt_hci_cmd_link_key_request_neg_reply {
 	uint8_t  bdaddr[6];
 } __attribute__ ((packed));
+struct bt_hci_rsp_link_key_request_neg_reply {
+	uint8_t  status;
+	uint8_t  bdaddr[6];
+} __attribute__ ((packed));
 
 #define BT_HCI_CMD_PIN_CODE_REQUEST_REPLY	0x040d
 struct bt_hci_cmd_pin_code_request_reply {