From de436c3c0a317181469290d92898b3c3b4a63afe Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Wed, 8 Jan 2014 14:32:42 +0200 Subject: [PATCH] monitor: Add define for Link Key Request Reply response --- monitor/bt.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/monitor/bt.h b/monitor/bt.h index 38d11d522..e1473c6eb 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 { -- 2.47.3