summaryrefslogtreecommitdiffstats
path: root/hcid/hcid.h
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2005-04-17 00:53:32 +0000
committerMarcel Holtmann <marcel@holtmann.org>2005-04-17 00:53:32 +0000
commit04e3dafbeb0b78f247140314de18c9099a1b2bae (patch)
treea0c50dbdd68a6efb5fe5b4c359b59cdb7a63f087 /hcid/hcid.h
parent18ebe398a14f4f26025db652c312dadeec8fa555 (diff)
Use cached device name for PIN request
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 9010f1d3..36cba71f 100644
--- a/hcid/hcid.h
+++ b/hcid/hcid.h
@@ -111,6 +111,7 @@ gboolean hcid_dbus_init(void);
#endif
int write_device_name(const bdaddr_t *local, const bdaddr_t *peer, const char *name);
+int read_device_name(const bdaddr_t *local, const bdaddr_t *peer, 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);