diff options
author | Claudio Takahasi <claudio.takahasi@openbossa.org> | 2011-07-06 18:23:00 -0300 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@intel.com> | 2011-07-14 17:38:13 +0300 |
commit | f61a6cad34af9fcc03839128c4a8a30f97a9a2d0 (patch) | |
tree | fe832d1950cfd54326749bb31be3622199a6e5b9 /src/attio.h | |
parent | 55f9fbf82233173cfe890c7827211c535ef35afa (diff) |
Add a function to remove ATT connection callback
Diffstat (limited to 'src/attio.h')
-rw-r--r-- | src/attio.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/attio.h b/src/attio.h index fad85166..7935dcdc 100644 --- a/src/attio.h +++ b/src/attio.h @@ -27,3 +27,5 @@ typedef void (*attio_connect_cb) (GAttrib *attrib, gpointer user_data); guint btd_device_add_attio_callback(struct btd_device *device, attio_connect_cb func, gpointer user_data); + +gboolean btd_device_remove_attio_callback(struct btd_device *device, guint id); |