summaryrefslogtreecommitdiffstats
path: root/src/device.c
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2009-03-15 10:49:19 -0300
committerJohan Hedberg <johan.hedberg@nokia.com>2009-03-15 10:49:19 -0300
commitfee17aefe6b727ec790568aa4994039ff94bf44e (patch)
tree7dad739549bc0bcd902bcb2475aa5d88ffeef99c /src/device.c
parent1ac96952d178f9fbb6ba6865bd2c4912b36282dd (diff)
Include the Paired property in the DeviceFound signals
Include the Paired property in the DeviceFound signals so that a UI doesn't have to do any special lookups to know if the device is paired or not.
Diffstat (limited to 'src/device.c')
-rw-r--r--src/device.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/device.c b/src/device.c
index 9b32379a..1f1898ac 100644
--- a/src/device.c
+++ b/src/device.c
@@ -194,7 +194,7 @@ static void device_free(gpointer user_data)
g_free(device);
}
-static gboolean device_is_paired(struct btd_device *device)
+gboolean device_is_paired(struct btd_device *device)
{
struct btd_adapter *adapter = device->adapter;
char filename[PATH_MAX + 1], *str;