From 277e0363f2839a05b80c1bc4263cfeaf9909be8c Mon Sep 17 00:00:00 2001 From: Claudio Takahasi Date: Wed, 23 May 2007 18:32:16 +0000 Subject: Added device class tracking --- hcid/hcid.h | 1 + 1 file changed, 1 insertion(+) (limited to 'hcid/hcid.h') diff --git a/hcid/hcid.h b/hcid/hcid.h index 86b21639..50451a6b 100644 --- a/hcid/hcid.h +++ b/hcid/hcid.h @@ -157,6 +157,7 @@ int start_device(uint16_t dev_id); int stop_device(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 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); -- cgit