summaryrefslogtreecommitdiffstats
path: root/hcid/hcid.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/hcid.h
parentecb771f7006daf7bdb2c32ac01c435d97cb5bd9d (diff)
Implement support for SetMode("on")
Diffstat (limited to 'hcid/hcid.h')
-rw-r--r--hcid/hcid.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/hcid/hcid.h b/hcid/hcid.h
index b096d264..4da1bdb7 100644
--- a/hcid/hcid.h
+++ b/hcid/hcid.h
@@ -182,6 +182,7 @@ int write_discoverable_timeout(bdaddr_t *bdaddr, int timeout);
int read_discoverable_timeout(bdaddr_t *bdaddr, int *timeout);
int write_device_mode(bdaddr_t *bdaddr, const char *mode);
int read_device_mode(bdaddr_t *bdaddr, char *mode, int length);
+int read_on_mode(bdaddr_t *bdaddr, char *mode, int length);
int write_local_name(bdaddr_t *bdaddr, char *name);
int read_local_name(bdaddr_t *bdaddr, char *name);
int write_local_class(bdaddr_t *bdaddr, uint8_t *class);