Diff between 86275d6304a463d6b4fbc5ace3da6848f693ef9a and 2ecff492e344c92fc5921b4ec478e484b2a9f605

Changed Files

File Additions Deletions Status
lib/mgmt.h +3 -0 modified

Full Patch

diff --git a/lib/mgmt.h b/lib/mgmt.h
index a896e52..910d21c 100644
--- a/lib/mgmt.h
+++ b/lib/mgmt.h
@@ -335,6 +335,8 @@ struct mgmt_cp_set_scan_params {
 	uint16_t window;
 } __packed;
 
+#define MGMT_OP_SET_SECURE_CONN		0x002D
+
 #define MGMT_EV_CMD_COMPLETE		0x0001
 struct mgmt_ev_cmd_complete {
 	uint16_t opcode;
@@ -517,6 +519,7 @@ static const char *mgmt_op[] = {
 	"Set BR/EDR",
 	"Set Static Address",
 	"Set Scan Parameters",
+	"Set Secure Connections",
 };
 
 static const char *mgmt_ev[] = {