From 07058e2a72ab47c203a237db7a205235d532ff67 Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Wed, 8 Jan 2014 14:03:18 +0200 Subject: [PATCH] monitor: Add definition for PIN code request negative reply --- monitor/bt.h | 4 ++++ 1 file changed, 4 insertions(+) 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 { -- 2.47.3