summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@intel.com>2012-02-21 00:20:27 +0200
committerJohan Hedberg <johan.hedberg@intel.com>2012-02-21 00:20:27 +0200
commit0b9eed75677039ba2c229bf6d2e39bce3437adf8 (patch)
tree297b5b45b392296c75851f1e199aeee3fd2fc8cc /lib
parentbacbc2631b67478dc82b0776ad53825bda5c128b (diff)
downloadbluez-0b9eed75677039ba2c229bf6d2e39bce3437adf8.tar.gz
mgmt: Update stop_discovery and ev_discovering to match API spec
Diffstat (limited to 'lib')
-rw-r--r--lib/mgmt.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/mgmt.h b/lib/mgmt.h
index 4d2ed217f..04643c85e 100644
--- a/lib/mgmt.h
+++ b/lib/mgmt.h
@@ -269,6 +269,9 @@ struct mgmt_cp_start_discovery {
} __packed;
#define MGMT_OP_STOP_DISCOVERY 0x0024
+struct mgmt_cp_stop_discovery {
+ uint8_t type;
+} __packed;
#define MGMT_OP_CONFIRM_NAME 0x0025
struct mgmt_cp_confirm_name {
@@ -385,6 +388,10 @@ struct mgmt_ev_device_found {
} __packed;
#define MGMT_EV_DISCOVERING 0x0013
+struct mgmt_ev_discovering {
+ uint8_t type;
+ uint8_t discovering;
+} __packed;
#define MGMT_EV_DEVICE_BLOCKED 0x0014
struct mgmt_ev_device_blocked {