diff --git a/lib/mgmt.h b/lib/mgmt.h
index a2ea92f..b97d109 100644
--- a/lib/mgmt.h
+++ b/lib/mgmt.h
uint32_t missing_options;
} __packed;
+#define MGMT_OP_SET_PUBLIC_ADDRESS 0x0038
+struct mgmt_cp_set_public_address {
+ bdaddr_t bdaddr;
+} __packed;
+
#define MGMT_EV_CMD_COMPLETE 0x0001
struct mgmt_ev_cmd_complete {
uint16_t opcode;
"Load Connection Parameters",
"Read Unconfigured Index List",
"Read Controller Configuration Information",
+ "Set Public Address",
};
static const char *mgmt_ev[] = {