diff options
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 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); |