diff options
author | Alok Barsode <alok.barsode@azingo.com> | 2008-07-09 13:48:28 +0530 |
---|---|---|
committer | Luiz Augusto von Dentz <luiz.dentz@indt.org.br> | 2008-07-28 10:35:07 -0300 |
commit | 9f94306bcd017a6acb152685c940ed6d027a98c7 (patch) | |
tree | e4c95b7da99fe1b95a0d0f3cff75b8354b25259f /hcid/device.h | |
parent | d8b1e6017c0198bc996f9f9518037d69902b7830 (diff) |
Adding device_is_busy.
Signed-off-by: Alok Barsode <alok.barsode@azingo.com>
Diffstat (limited to 'hcid/device.h')
-rw-r--r-- | hcid/device.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hcid/device.h b/hcid/device.h index 038e9764..d30104ea 100644 --- a/hcid/device.h +++ b/hcid/device.h @@ -61,6 +61,7 @@ const gchar *device_get_address(struct device *device); const gchar *device_get_path(struct device *device); struct agent *device_get_agent(struct device *device); void device_set_agent(struct device *device, struct agent *agent); +gboolean device_is_busy(struct device *device); #define BTD_UUIDS(args...) ((const char *[]) { args, NULL } ) |