summaryrefslogtreecommitdiffstats
path: root/src/device.h
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.h
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.h')
-rw-r--r--src/device.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/device.h b/src/device.h
index 5c230b81..3d57356b 100644
--- a/src/device.h
+++ b/src/device.h
@@ -53,6 +53,7 @@ struct agent *device_get_agent(struct btd_device *device);
void device_set_agent(struct btd_device *device, struct agent *agent);
gboolean device_is_busy(struct btd_device *device);
gboolean device_is_temporary(struct btd_device *device);
+gboolean device_is_paired(struct btd_device *device);
void device_set_temporary(struct btd_device *device, gboolean temporary);
void device_set_cap(struct btd_device *device, uint8_t cap);
uint8_t device_get_cap(struct btd_device *device);