summaryrefslogtreecommitdiff
path: root/monitor/bt.h
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@intel.com>2014-01-08 14:03:18 +0200
committerJohan Hedberg <johan.hedberg@intel.com>2014-01-08 16:37:33 +0200
commit07058e2a72ab47c203a237db7a205235d532ff67 (patch)
tree3054c519c213f19bfe71f69a291ef290c7217101 /monitor/bt.h
parent52682e25b755d281b21ae7c1b54ecf4016f20280 (diff)
downloadbluez-07058e2a72ab47c203a237db7a205235d532ff67.tar.gz
monitor: Add definition for PIN code request negative reply
Diffstat (limited to 'monitor/bt.h')
-rw-r--r--monitor/bt.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/monitor/bt.h b/monitor/bt.h
index 1f2fe87ce..c4eeb02b1 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 {