diff options
author | Alok Barsode <alok.barsode@azingo.com> | 2008-07-09 14:27:33 +0530 |
---|---|---|
committer | Luiz Augusto von Dentz <luiz.dentz@indt.org.br> | 2008-07-28 10:35:42 -0300 |
commit | 491190e5dde601e4876f24a922f1ba16ae4d2e6d (patch) | |
tree | 013431a64ccab626d68efc8f722148d3be41ff03 /hcid/dbus-hci.c | |
parent | 595bd38a9fe105ef20d1b0527e04c7d28532d22d (diff) |
Adding device_set_cap.
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 1afe3d8f..bc0e080a 100644 --- a/hcid/dbus-hci.c +++ b/hcid/dbus-hci.c @@ -2240,7 +2240,7 @@ int hcid_dbus_set_io_cap(bdaddr_t *local, bdaddr_t *remote, device = adapter_get_device(connection, adapter, addr); if (device) { - device->cap = cap; + device_set_cap(device, cap); device->auth = auth; } |