Diff between 52682e25b755d281b21ae7c1b54ecf4016f20280 and 07058e2a72ab47c203a237db7a205235d532ff67

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 1f2fe87..c4eeb02 100644
--- a/monitor/bt.h
+++ b/monitor/bt.h
@@ -332,6 +332,10 @@ struct bt_hci_cmd_pin_code_request_reply {
 struct bt_hci_cmd_pin_code_request_neg_reply {
 	uint8_t  bdaddr[6];
 } __attribute__ ((packed));
+struct bt_hci_rsp_pin_code_request_neg_reply {
+	uint8_t  status;
+	uint8_t  bdaddr[6];
+} __attribute__ ((packed));
 
 #define BT_HCI_CMD_CHANGE_CONN_PKT_TYPE		0x040f
 struct bt_hci_cmd_change_conn_pkt_type {