Diff between 0e33783ff493e3651f974e30bf560587ac3f3843 and 7c6c6e179a0cddd06a176c6c6c7fdabb83e70633
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 ef2a368..c2d466d 100644
--- a/lib/mgmt.h
+++ b/lib/mgmt.h
@@ -322,6 +322,8 @@ struct mgmt_cp_set_device_id {
#define MGMT_OP_SET_ADVERTISING 0x0029
+#define MGMT_OP_SET_BREDR 0x002A
+
#define MGMT_EV_CMD_COMPLETE 0x0001
struct mgmt_ev_cmd_complete {
uint16_t opcode;
@@ -501,6 +503,7 @@ static const char *mgmt_op[] = {
"Unblock Device",
"Set Device ID",
"Set Advertising",
+ "Set BR/EDR",
};
static const char *mgmt_ev[] = {