summaryrefslogtreecommitdiffstats
path: root/hcid/hcid.h
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2005-04-16 15:19:04 +0000
committerMarcel Holtmann <marcel@holtmann.org>2005-04-16 15:19:04 +0000
commit0467164fb3a90cddff16c52fc4172029f978497d (patch)
tree965748868d42f43ff9d60d3fda8bdf297359ff74 /hcid/hcid.h
parentf1a83659170a8f324991061c9ed14f39393e7c10 (diff)
Store device names in the background
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 845e3889..bcc43e4a 100644
--- a/hcid/hcid.h
+++ b/hcid/hcid.h
@@ -111,3 +111,4 @@ gboolean hcid_dbus_init(void);
#endif
int write_device_name(const bdaddr_t *local, const bdaddr_t *peer, const char *name);
+int write_link_key(const bdaddr_t *local, const bdaddr_t *peer, const unsigned char *key, const int type);