Diff between a880b227bdb37ebedf50fa2bcaa2d9e468e23e12 and 556c5ceb71bcb673659d6f5e7a42d94e662655f0
Changed Files
| File | Additions | Deletions | Status |
| android/adapter.c | +3 | -3 | modified |
Full Patch
diff --git a/android/adapter.c b/android/adapter.c
index 56ac4b7..9f1e458 100644
--- a/android/adapter.c
+++ b/android/adapter.c
@@ -1066,11 +1066,11 @@ static bool get_service(void)
static bool get_scan_mode(void)
{
- DBG("Not implemented");
+ DBG("");
- /* TODO: Add implementation */
+ scan_mode_changed();
- return false;
+ return true;
}
static bool get_devices(void)