summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@intel.com>2016-01-05 11:17:39 +0200
committerJohan Hedberg <johan.hedberg@intel.com>2016-01-05 11:17:39 +0200
commit43657d77037302268b6ef02724c66eda416cf3e7 (patch)
tree96c5c30aa7fc91de13f7aa1981cb4062a34e755b /lib
parent218969aa10624e3162e340b66744addd02a93241 (diff)
downloadbluez-43657d77037302268b6ef02724c66eda416cf3e7.tar.gz
mgmt: Add support for Start Limited Discovery
Diffstat (limited to 'lib')
-rw-r--r--lib/mgmt.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/mgmt.h b/lib/mgmt.h
index d76bdbbf5..f6a976aa8 100644
--- a/lib/mgmt.h
+++ b/lib/mgmt.h
@@ -528,6 +528,8 @@ struct mgmt_rp_get_adv_size_info {
uint8_t max_scan_rsp_len;
} __packed;
+#define MGMT_OP_START_LIMITED_DISCOVERY 0x0041
+
#define MGMT_EV_CMD_COMPLETE 0x0001
struct mgmt_ev_cmd_complete {
uint16_t opcode;