OSDN Git Service

monitor: Add defines for SSP user confirmation command completion
authorJohan Hedberg <johan.hedberg@intel.com>
Mon, 13 Jan 2014 14:24:47 +0000 (16:24 +0200)
committerJohan Hedberg <johan.hedberg@intel.com>
Mon, 13 Jan 2014 14:32:40 +0000 (16:32 +0200)
monitor/bt.h

index 926dc5d..e40f434 100644 (file)
@@ -567,11 +567,19 @@ struct bt_hci_cmd_io_capability_request_reply {
 struct bt_hci_cmd_user_confirm_request_reply {
        uint8_t  bdaddr[6];
 } __attribute__ ((packed));
+struct bt_hci_rsp_user_confirm_request_reply {
+       uint8_t  status;
+       uint8_t  bdaddr[6];
+} __attribute__ ((packed));
 
 #define BT_HCI_CMD_USER_CONFIRM_REQUEST_NEG_REPLY      0x042d
 struct bt_hci_cmd_user_confirm_request_neg_reply {
        uint8_t  bdaddr[6];
 } __attribute__ ((packed));
+struct bt_hci_rsp_user_confirm_request_neg_reply {
+       uint8_t  status;
+       uint8_t  bdaddr[6];
+} __attribute__ ((packed));
 
 #define BT_HCI_CMD_USER_PASSKEY_REQUEST_REPLY          0x042e
 struct bt_hci_cmd_user_passkey_request_reply {