Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 250909 | Differences between
and this patch

Collapse All | Expand All

(-)./src/btctlimpl.c.orig (-1 / +1 lines)
Lines 330-336 Link Here
330
	if (dd>=0) {
330
	if (dd>=0) {
331
		for (i = 0; i < num_rsp; i++) {
331
		for (i = 0; i < num_rsp; i++) {
332
			memset(name, 0, sizeof(name));
332
			memset(name, 0, sizeof(name));
333
			if (hci_remote_name(dd, &(info+i)->bdaddr,
333
			if (hci_read_remote_name(dd, &(info+i)->bdaddr,
334
						sizeof(name), name, 100000) < 0)
334
						sizeof(name), name, 100000) < 0)
335
				strcpy(name, "n/a");
335
				strcpy(name, "n/a");
336
336

Return to bug 250909