diff --git a/lib/mgmt.h b/lib/mgmt.h
index ebd7152..5ff851d 100644
--- a/lib/mgmt.h
+++ b/lib/mgmt.h
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;
"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[] = {