diff options
author | Alok Barsode <alok.barsode@azingo.com> | 2008-07-09 14:30:37 +0530 |
---|---|---|
committer | Luiz Augusto von Dentz <luiz.dentz@indt.org.br> | 2008-07-28 10:35:55 -0300 |
commit | 29227ad09e8996699e1b1d7e1c90d45fc80cab65 (patch) | |
tree | 5bf983c8f9dd1608194f7116ce091e6301086692 /hcid/dbus-hci.c | |
parent | 491190e5dde601e4876f24a922f1ba16ae4d2e6d (diff) |
Adding device_set_auth.
Signed-off-by: Alok Barsode <alok.barsode@azingo.com>
Diffstat (limited to 'hcid/dbus-hci.c')
-rw-r--r-- | hcid/dbus-hci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hcid/dbus-hci.c b/hcid/dbus-hci.c index bc0e080a..91c0a584 100644 --- a/hcid/dbus-hci.c +++ b/hcid/dbus-hci.c @@ -2241,7 +2241,7 @@ int hcid_dbus_set_io_cap(bdaddr_t *local, bdaddr_t *remote, device = adapter_get_device(connection, adapter, addr); if (device) { device_set_cap(device, cap); - device->auth = auth; + device_set_auth(device, auth); } return 0; |