From 7292a4da74489e1e999175199adc273553d9e23c Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Wed, 8 Jan 2014 13:26:35 +0200 Subject: [PATCH] monitor: Add define for link key request negative reply response --- monitor/bt.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/monitor/bt.h b/monitor/bt.h index a4aa6cef6..1f2fe87ce 100644 --- a/monitor/bt.h +++ b/monitor/bt.h @@ -316,6 +316,10 @@ struct bt_hci_cmd_link_key_request_reply { struct bt_hci_cmd_link_key_request_neg_reply { uint8_t bdaddr[6]; } __attribute__ ((packed)); +struct bt_hci_rsp_link_key_request_neg_reply { + uint8_t status; + uint8_t bdaddr[6]; +} __attribute__ ((packed)); #define BT_HCI_CMD_PIN_CODE_REQUEST_REPLY 0x040d struct bt_hci_cmd_pin_code_request_reply { -- 2.47.3