Diff between d9062e72d079b72e4c109c7cd2985c47a6936be7 and d08600bbcf9a6208e88cf056ce921212cac16e42

Changed Files

File Additions Deletions Status
plugins/hciops.c +1 -1 modified

Full Patch

diff --git a/plugins/hciops.c b/plugins/hciops.c
index 44b14e1..79d86f7 100644
--- a/plugins/hciops.c
+++ b/plugins/hciops.c
@@ -1973,7 +1973,7 @@ static void dev_found(struct dev_info *info, bdaddr_t *dba, addr_type_t type,
 
 event:
 	btd_event_device_found(&info->bdaddr, dba, type, cod, rssi, cfm_name,
-								NULL, 0);
+								eir, eir_len);
 }
 
 static inline void inquiry_result(int index, int plen, void *ptr)