From 718e7cfea30d8f13a3228a655f526aaed1e845ff Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sun, 29 Jun 2014 13:58:59 +0200 Subject: lib: Update with the new mgmt command opcodes --- lib/mgmt.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'lib/mgmt.h') 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[] = { -- cgit v1.2.1