summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/device.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/device.c b/src/device.c
index 41eb07c0..fbc72955 100644
--- a/src/device.c
+++ b/src/device.c
@@ -115,6 +115,11 @@ static void force_scan_trigger(struct connman_device *device)
device_scan_trigger, device);
}
+void connman_device_schedule_scan(struct connman_device *device)
+{
+ reset_scan_trigger(device);
+}
+
static const char *type2description(enum connman_device_type type)
{
switch (type) {