diff options
author | Johan Hedberg <johan.hedberg@nokia.com> | 2006-08-18 22:11:58 +0000 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@nokia.com> | 2006-08-18 22:11:58 +0000 |
commit | 85f475a02165dc506758e0a45e59a9be7f5e8583 (patch) | |
tree | b263d36801ed5f489a5a15c14d0ad47e63141947 /hcid/hcid.h | |
parent | f3e65d0a38d2c5871ddc83347e8abd15bced1251 (diff) |
First try at PasskeyAgent Cancel method
Diffstat (limited to 'hcid/hcid.h')
-rw-r--r-- | hcid/hcid.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hcid/hcid.h b/hcid/hcid.h index 76c80906..c7208222 100644 --- a/hcid/hcid.h +++ b/hcid/hcid.h @@ -149,7 +149,7 @@ int hcid_dbus_unregister_device(uint16_t id); int hcid_dbus_start_device(uint16_t id); int hcid_dbus_stop_device(uint16_t id); void hcid_dbus_pending_bonding_add(bdaddr_t *sba, bdaddr_t *dba); -void hcid_dbus_request_pin(int dev, bdaddr_t *sba, struct hci_conn_info *ci); +int hcid_dbus_request_pin(int dev, bdaddr_t *sba, struct hci_conn_info *ci); void hcid_dbus_inquiry_start(bdaddr_t *local); void hcid_dbus_inquiry_complete(bdaddr_t *local); |