public inbox for linux-bluetooth@vger.kernel.org
 help / color / mirror / Atom feed
* eSCO or SCO link?
@ 2009-03-31  5:45 卞磊
  2009-03-31  5:53 ` 卞磊
  0 siblings, 1 reply; 4+ messages in thread
From: 卞磊 @ 2009-03-31  5:45 UTC (permalink / raw)
  To: linux-bluetooth

Hi All,
 I have a stlc2500c which is a Bluetooth 1.2 chip. When debuging
function 'hci_connect', i found the hci link type of the arguments was
SCO_LINK, because i enabled 'lmp_esco_capable' in my kernel, it call
'hci_setup_sync' to setup eSCO link.
struct hci_conn *hci_connect(struct hci_dev *hdev, int type, bdaddr_t
*dst, __u8 auth_type)
{
        .....
	if (lmp_esco_capable(hdev))
	{
		hci_setup_sync(sco, acl->handle);
	}			
	else
	{
		hci_add_sco(sco, acl->handle);
	}
		
}

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2009-03-31  6:43 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-31  5:45 eSCO or SCO link? 卞磊
2009-03-31  5:53 ` 卞磊
2009-03-31  6:13   ` Nick Pelly
2009-03-31  6:43     ` 卞磊

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox