summaryrefslogtreecommitdiffstats
path: root/hcid/dbus-hci.c
diff options
context:
space:
mode:
Diffstat (limited to 'hcid/dbus-hci.c')
-rw-r--r--hcid/dbus-hci.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/hcid/dbus-hci.c b/hcid/dbus-hci.c
index 46646d27..48841318 100644
--- a/hcid/dbus-hci.c
+++ b/hcid/dbus-hci.c
@@ -1285,6 +1285,9 @@ void hcid_dbus_inquiry_result(bdaddr_t *local, bdaddr_t *peer, uint32_t class,
write_remote_class(local, peer, class);
+ if (data)
+ write_remote_eir(local, peer, data);
+
/*
* workaround to identify situation when the daemon started and
* a standard inquiry or periodic inquiry was already running