Diff between d94854fb1478ed156cbb837d639c92c21dc476aa and ec60f0ad0d5ab20044f8a2086c52e08f056dd1a9

Changed Files

File Additions Deletions Status
plugins/mgmtops.c +3 -2 modified

Full Patch

diff --git a/plugins/mgmtops.c b/plugins/mgmtops.c
index cbe1ff3..23dc552 100644
--- a/plugins/mgmtops.c
+++ b/plugins/mgmtops.c
@@ -1287,8 +1287,9 @@ static void mgmt_device_found(int sk, uint16_t index, void *buf, size_t len)
 		eir = ev->eir;
 
 	ba2str(&ev->addr.bdaddr, addr);
-	DBG("hci%u addr %s, class %u rssi %d %s", index, addr, cls,
-						ev->rssi, eir ? "eir" : "");
+	DBG("hci%u addr %s, class %u rssi %d cfm_name %u %s", index, addr, cls,
+						ev->rssi, ev->confirm_name,
+						eir ? "eir" : "");
 
 	btd_event_device_found(&info->bdaddr, &ev->addr.bdaddr,
 					mgmt_addr_type(ev->addr.type), cls,