From 1bde19d427f9bc96ef8f966bdd05752257fa04a4 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Fri, 21 Feb 2014 21:25:16 -0800 Subject: [PATCH] lib: Add constant for management privacy setting --- lib/mgmt.h | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/mgmt.h b/lib/mgmt.h index b8c871833..a2260a953 100644 --- a/lib/mgmt.h +++ b/lib/mgmt.h @@ -96,6 +96,7 @@ struct mgmt_rp_read_index_list { #define MGMT_SETTING_ADVERTISING 0x00000400 #define MGMT_SETTING_SECURE_CONN 0x00000800 #define MGMT_SETTING_DEBUG_KEYS 0x00001000 +#define MGMT_SETTING_PRIVACY 0x00002000 #define MGMT_OP_READ_INFO 0x0004 struct mgmt_rp_read_info { -- 2.47.3