summaryrefslogtreecommitdiffstats
path: root/hcid/main.c
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2007-08-24 01:49:26 +0000
committerMarcel Holtmann <marcel@holtmann.org>2007-08-24 01:49:26 +0000
commit0e8c93725dbdc6ce76ca48da92f9d15b2a706111 (patch)
tree795d666e798dfa0926a2680584380fbfc59bd786 /hcid/main.c
parenteb4d49890ca8a4d8f567e81fdf82b6903d30f326 (diff)
Update extended inquiry response when service class changes
Diffstat (limited to 'hcid/main.c')
-rw-r--r--hcid/main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/hcid/main.c b/hcid/main.c
index 413cc75d..44a25160 100644
--- a/hcid/main.c
+++ b/hcid/main.c
@@ -287,6 +287,8 @@ void update_service_classes(const bdaddr_t *bdaddr, uint8_t value)
set_service_classes(dd, cls, value);
hci_close_dev(dd);
+
+ update_adapter(di.dev_id);
}
g_free(dl);