diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2007-08-24 01:49:26 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2007-08-24 01:49:26 +0000 |
commit | 0e8c93725dbdc6ce76ca48da92f9d15b2a706111 (patch) | |
tree | 795d666e798dfa0926a2680584380fbfc59bd786 /hcid/hcid.h | |
parent | eb4d49890ca8a4d8f567e81fdf82b6903d30f326 (diff) |
Update extended inquiry response when service class changes
Diffstat (limited to 'hcid/hcid.h')
-rw-r--r-- | hcid/hcid.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hcid/hcid.h b/hcid/hcid.h index 4e96afe4..b096d264 100644 --- a/hcid/hcid.h +++ b/hcid/hcid.h @@ -160,6 +160,7 @@ int add_adapter(uint16_t dev_id); int remove_adapter(uint16_t dev_id); int start_adapter(uint16_t dev_id); int stop_adapter(uint16_t dev_id); +int update_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); |