OSDN Git Service

proximity: Remove unnecessary device_set_auto_connect call
authorJohan Hedberg <johan.hedberg@intel.com>
Tue, 29 Jan 2013 23:34:26 +0000 (17:34 -0600)
committerJohan Hedberg <johan.hedberg@intel.com>
Tue, 29 Jan 2013 23:34:26 +0000 (17:34 -0600)
profiles/proximity/monitor.c

index 37b02e1..597f161 100644 (file)
@@ -664,8 +664,6 @@ int monitor_register(struct btd_device *device,
                                                        attio_disconnected_cb,
                                                        monitor);
 
-       device_set_auto_connect(device, TRUE);
-
        return 0;
 }