diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2005-04-17 00:43:37 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2005-04-17 00:43:37 +0000 |
commit | 18ebe398a14f4f26025db652c312dadeec8fa555 (patch) | |
tree | 972c2235f18fc75de26755b3cf88b946638737f5 /hcid/hcid.h | |
parent | d9b8bee3e56f58da1f71ad9d12c49031015b76d0 (diff) |
Add support for stored pin codes
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 9c96d91a..9010f1d3 100644 --- a/hcid/hcid.h +++ b/hcid/hcid.h @@ -113,3 +113,4 @@ gboolean hcid_dbus_init(void); 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); int read_link_key(const bdaddr_t *local, const bdaddr_t *peer, unsigned char *key); +int read_pin_code(const bdaddr_t *local, const bdaddr_t *peer, char *pin); |