diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2007-08-23 09:48:14 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2007-08-23 09:48:14 +0000 |
commit | f205cd06dc4e9da2c1d5109e570008d7d80b8380 (patch) | |
tree | a38b315e6880e1795f1255b7f42eef9aa5b23231 /hcid/dbus-hci.c | |
parent | d4b3c37d8dc33d144559a10fdd826b853b6d11a0 (diff) |
Update service classes on all adapters
Diffstat (limited to 'hcid/dbus-hci.c')
-rw-r--r-- | hcid/dbus-hci.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hcid/dbus-hci.c b/hcid/dbus-hci.c index 77a93421..80aeb28c 100644 --- a/hcid/dbus-hci.c +++ b/hcid/dbus-hci.c @@ -1893,6 +1893,7 @@ void hcid_dbus_write_class_complete(bdaddr_t *local) } write_local_class(local, cls); + set_device_class(adapter->dev_id, cls); memcpy(adapter->class, cls, 3); hci_close_dev(dd); |