From f205cd06dc4e9da2c1d5109e570008d7d80b8380 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Thu, 23 Aug 2007 09:48:14 +0000 Subject: Update service classes on all adapters --- hcid/dbus-hci.c | 1 + 1 file changed, 1 insertion(+) (limited to 'hcid/dbus-hci.c') 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); -- cgit