diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2007-10-10 09:20:20 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2007-10-10 09:20:20 +0000 |
commit | dce6ee99a3e9dc99c032654dd4fb7de15be698bd (patch) | |
tree | 4fdf984bf79185e61102486c4c9a875f58180f7a /hcid/dbus-hci.c | |
parent | 8cfa0ed821e386e1fb8e31f16522f7be67ba1d31 (diff) |
Store Extended Inquiry Response data information
Diffstat (limited to 'hcid/dbus-hci.c')
-rw-r--r-- | hcid/dbus-hci.c | 3 |
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 |