summaryrefslogtreecommitdiffstats
path: root/hcid/hcid.h
diff options
context:
space:
mode:
Diffstat (limited to 'hcid/hcid.h')
-rw-r--r--hcid/hcid.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/hcid/hcid.h b/hcid/hcid.h
index cbaa6048..6f5b493e 100644
--- a/hcid/hcid.h
+++ b/hcid/hcid.h
@@ -180,8 +180,8 @@ int set_device_alias(uint16_t dev_id, const bdaddr_t *bdaddr, const char *alias)
int get_encryption_key_size(uint16_t dev_id, const bdaddr_t *baddr);
-int write_discoverable_timeout(const char *address, int timeout);
-int read_discoverable_timeout(const char *address, int *timeout);
+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 write_local_name(bdaddr_t *bdaddr, char *name);