Diff between ed2254b20c13996a0d0a9bb2a3b4c0ad2453739c and de436c3c0a317181469290d92898b3c3b4a63afe

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 38d11d5..e1473c6 100644
--- a/monitor/bt.h
+++ b/monitor/bt.h
@@ -311,6 +311,10 @@ struct bt_hci_cmd_link_key_request_reply {
 	uint8_t  bdaddr[6];
 	uint8_t  link_key[16];
 } __attribute__ ((packed));
+struct bt_hci_rsp_link_key_request_reply {
+	uint8_t  status;
+	uint8_t  bdaddr[6];
+} __attribute__ ((packed));
 
 #define BT_HCI_CMD_LINK_KEY_REQUEST_NEG_REPLY	0x040c
 struct bt_hci_cmd_link_key_request_neg_reply {