Diff between b22a71eccc23958986dca6c0126f36929bc6bd4f and 9055047c21962576c8c8490151e886f6b4dac4cb
Changed Files
| File | Additions | Deletions | Status |
| plugins/mgmtops.c | +2 | -0 | modified |
Full Patch
diff --git a/plugins/mgmtops.c b/plugins/mgmtops.c
index afed165..4970b7c 100644
--- a/plugins/mgmtops.c
+++ b/plugins/mgmtops.c
@@ -310,6 +310,8 @@ static void update_settings(struct btd_adapter *adapter, uint32_t settings)
uint8_t on_mode;
uint16_t index, discoverable_timeout;
+ DBG("new settings %x", settings);
+
btd_adapter_get_mode(adapter, NULL, &on_mode, &discoverable_timeout,
&pairable);