summaryrefslogtreecommitdiffstats
path: root/hcid/adapter.h
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2007-10-02 12:03:39 +0000
committerJohan Hedberg <johan.hedberg@nokia.com>2007-10-02 12:03:39 +0000
commit07021baf7a9e81f75776c99d65b774204b11422e (patch)
treed9c5c5136c82bf3a95c57be30fbdd8821bfa357b /hcid/adapter.h
parentecb771f7006daf7bdb2c32ac01c435d97cb5bd9d (diff)
Implement support for SetMode("on")
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 6ffc6bcc..dc70119b 100644
--- a/hcid/adapter.h
+++ b/hcid/adapter.h
@@ -115,6 +115,8 @@ const char *minor_class_str(uint32_t class);
const char *mode2str(uint8_t mode);
+uint8_t str2mode(const char *addr, const char *mode);
+
GSList *service_classes_str(uint32_t class);
int pending_remote_name_cancel(struct adapter *adapter);