diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2007-08-16 18:28:34 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2007-08-16 18:28:34 +0000 |
commit | 52a124ee19a84ca68171dbe88057d8b01b9d16d8 (patch) | |
tree | 23f76677357d06c3e64bd67d0f92b1664aa1a518 /hcid/hcid.h | |
parent | f2cd77ddd994055f14147134d1ae94fe6fae6dcd (diff) |
Rename device helpers to adapter helpers
Diffstat (limited to 'hcid/hcid.h')
-rw-r--r-- | hcid/hcid.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/hcid/hcid.h b/hcid/hcid.h index 4e628f73..cffbd8c6 100644 --- a/hcid/hcid.h +++ b/hcid/hcid.h @@ -155,11 +155,11 @@ void toggle_pairing(int enable); void set_pin_length(bdaddr_t *sba, int length); -void init_devices(void); -int add_device(uint16_t dev_id); -int remove_device(uint16_t dev_id); -int start_device(uint16_t dev_id); -int stop_device(uint16_t dev_id); +void init_adapters(void); +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 get_device_address(uint16_t dev_id, char *address, size_t size); int get_device_class(uint16_t dev_id, uint8_t *class); |