Diff between 484150cbfd46ec98456af9c5faf42a6f5a78d9fb and 2f3ebee35ea749e15dafd6c8a8169989a9fc8656
Changed Files
| File | Additions | Deletions | Status |
| plugins/mgmtops.c | +3 | -0 | modified |
Full Patch
diff --git a/plugins/mgmtops.c b/plugins/mgmtops.c
index 4a7bfff..91b4a22 100644
--- a/plugins/mgmtops.c
+++ b/plugins/mgmtops.c
@@ -1587,6 +1587,9 @@ static gboolean mgmt_event(GIOChannel *io, GIOCondition cond, gpointer user_data
case MGMT_EV_NEW_SETTINGS:
mgmt_new_settings(sk, index, buf + MGMT_HDR_SIZE, len);
break;
+ case MGMT_EV_CLASS_OF_DEV_CHANGED:
+ DBG("hci%u Class of Device changed", index);
+ break;
case MGMT_EV_NEW_LINK_KEY:
mgmt_new_link_key(sk, index, buf + MGMT_HDR_SIZE, len);
break;