From dce6ee99a3e9dc99c032654dd4fb7de15be698bd Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Wed, 10 Oct 2007 09:20:20 +0000 Subject: Store Extended Inquiry Response data information --- hcid/dbus-hci.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'hcid/dbus-hci.c') 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 -- cgit