diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2006-02-24 18:12:08 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2006-02-24 18:12:08 +0000 |
commit | d2bc437c04a2048856ba3edc54b9553bfdbd6e55 (patch) | |
tree | 1a36ade3bf7263246f7a43478c7056e8266f0a07 /hcid/hcid.h | |
parent | b0fc2dd356f7f5e1bceb3d901058bcd9e2bc5535 (diff) |
Store the changed name of a local device
Diffstat (limited to 'hcid/hcid.h')
-rw-r--r-- | hcid/hcid.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hcid/hcid.h b/hcid/hcid.h index 6d71597c..ac1a33fc 100644 --- a/hcid/hcid.h +++ b/hcid/hcid.h @@ -158,6 +158,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_local_name(bdaddr_t *bdaddr, char *name); +int read_local_name(bdaddr_t *bdaddr, char *name); int write_device_name(bdaddr_t *local, bdaddr_t *peer, char *name); int read_device_name(bdaddr_t *local, bdaddr_t *peer, char *name); int write_version_info(bdaddr_t *local, bdaddr_t *peer, uint16_t manufacturer, uint8_t lmp_ver, uint16_t lmp_subver); |