summaryrefslogtreecommitdiffstats
path: root/hcid/hcid.h
diff options
context:
space:
mode:
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 cffbd8c6..4e96afe4 100644
--- a/hcid/hcid.h
+++ b/hcid/hcid.h
@@ -163,6 +163,7 @@ int stop_adapter(uint16_t dev_id);
int get_device_address(uint16_t dev_id, char *address, size_t size);
int get_device_class(uint16_t dev_id, uint8_t *class);
+int set_device_class(uint16_t dev_id, uint8_t *class);
int get_device_version(uint16_t dev_id, char *version, size_t size);
int get_device_revision(uint16_t dev_id, char *revision, size_t size);
int get_device_manufacturer(uint16_t dev_id, char *manufacturer, size_t size);