aboutsummaryrefslogtreecommitdiffstats
path: root/include/net
diff options
context:
space:
mode:
Diffstat (limited to 'include/net')
-rw-r--r--include/net/bluetooth/mgmt.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/net/bluetooth/mgmt.h b/include/net/bluetooth/mgmt.h
index 52376a3295c..5aee200e5e3 100644
--- a/include/net/bluetooth/mgmt.h
+++ b/include/net/bluetooth/mgmt.h
@@ -147,6 +147,11 @@ struct mgmt_cp_pin_code_reply {
147 __u8 pin_len; 147 __u8 pin_len;
148 __u8 pin_code[16]; 148 __u8 pin_code[16];
149} __packed; 149} __packed;
150struct mgmt_rp_pin_code_reply {
151 __le16 index;
152 bdaddr_t bdaddr;
153 uint8_t status;
154} __packed;
150 155
151#define MGMT_OP_PIN_CODE_NEG_REPLY 0x0012 156#define MGMT_OP_PIN_CODE_NEG_REPLY 0x0012
152struct mgmt_cp_pin_code_neg_reply { 157struct mgmt_cp_pin_code_neg_reply {