summaryrefslogtreecommitdiffstats
path: root/hcid/adapter.h
diff options
context:
space:
mode:
authorVinicius Gomes <vinicius.gomes@openbossa.org>2008-04-14 21:10:27 +0000
committerVinicius Gomes <vinicius.gomes@openbossa.org>2008-04-14 21:10:27 +0000
commitfb306e968c0fc7a621df09c2c544db895d0b3419 (patch)
tree576f271ed9ac0e3661987d2b7147ba218a3a8659 /hcid/adapter.h
parentcddee8f1044440a24f2c2ea98ebf529dc3db7de0 (diff)
hcid: removing device object when some error occurs during bonding process
Diffstat (limited to 'hcid/adapter.h')
-rw-r--r--hcid/adapter.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/hcid/adapter.h b/hcid/adapter.h
index d715d58f..421684f8 100644
--- a/hcid/adapter.h
+++ b/hcid/adapter.h
@@ -136,3 +136,5 @@ GSList *service_classes_str(uint32_t class);
int pending_remote_name_cancel(struct adapter *adapter);
void dc_pending_timeout_cleanup(struct adapter *adapter);
+
+void remove_pending_device(struct adapter *adapter);