OSDN Git Service

core: Add place holder for disabling pairable setting
authorMarcel Holtmann <marcel@holtmann.org>
Sat, 5 Jan 2013 04:53:39 +0000 (20:53 -0800)
committerMarcel Holtmann <marcel@holtmann.org>
Sat, 5 Jan 2013 04:53:39 +0000 (20:53 -0800)
src/adapter.c

index 9610559..d6f91cb 100644 (file)
@@ -438,7 +438,7 @@ static void set_pairable(struct btd_adapter *adapter, gboolean pairable,
        if (pairable == mgmt_pairable(adapter->current_settings))
                goto done;
 
-       mgmt_set_pairable(adapter->dev_id, pairable);
+       /* TODO: disable pairable setting */
 
 done:
        if (reply)