Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 230854
Collapse All | Expand All

(-)/usr/src/linux/net/bluetooth/sco.c (-1 / +1 lines)
Lines 193-199 Link Here
193
193
194
	err = -ENOMEM;
194
	err = -ENOMEM;
195
195
196
	type = lmp_esco_capable(hdev) ? ESCO_LINK : SCO_LINK;
196
	type = SCO_LINK;
197
197
198
	hcon = hci_connect(hdev, type, dst);
198
	hcon = hci_connect(hdev, type, dst);
199
	if (!hcon)
199
	if (!hcon)

Return to bug 230854