summaryrefslogtreecommitdiff
path: root/lib/mgmt.h
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2014-06-29 13:58:59 +0200
committerMarcel Holtmann <marcel@holtmann.org>2014-06-29 13:58:59 +0200
commit718e7cfea30d8f13a3228a655f526aaed1e845ff (patch)
treee1d429e453a58c33d3109af02f9bb5827ec439cf /lib/mgmt.h
parent2dbb42e525ca719ff3cb71bd84a5197f3e176227 (diff)
downloadbluez-718e7cfea30d8f13a3228a655f526aaed1e845ff.tar.gz
lib: Update with the new mgmt command opcodes
Diffstat (limited to 'lib/mgmt.h')
-rw-r--r--lib/mgmt.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/mgmt.h b/lib/mgmt.h
index ebd715223..5ff851df3 100644
--- a/lib/mgmt.h
+++ b/lib/mgmt.h
@@ -376,7 +376,7 @@ struct mgmt_rp_get_conn_info {
int8_t max_tx_power;
} __packed;
-#define MGMT_OP_GET_CLOCK_INFO 0x0033
+#define MGMT_OP_GET_CLOCK_INFO 0x0032
struct mgmt_cp_get_clock_info {
struct mgmt_addr_info addr;
} __packed;
@@ -593,8 +593,10 @@ static const char *mgmt_op[] = {
"Set Privacy",
"Load Identity Resolving Keys",
"Get Connection Information",
- "Load Connection Parameters",
"Get Clock Information",
+ "Add Device",
+ "Remove Device",
+ "Load Connection Parameters",
};
static const char *mgmt_ev[] = {