From d08600bbcf9a6208e88cf056ce921212cac16e42 Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Fri, 30 Dec 2011 15:26:06 +0200 Subject: [PATCH] hciops: Fix missing eir in btd_event_device_found call --- plugins/hciops.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/hciops.c b/plugins/hciops.c index 44b14e12c..79d86f767 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) -- 2.47.3