<dec f='src/src/sys/netbt/sco.h' l='79' type='int sco_send_pcb(struct sco_pcb * , struct mbuf * )'/>
<use f='src/src/sys/dev/bluetooth/btsco.c' l='1168' u='c' c='btsco_intr'/>
<use f='src/src/sys/netbt/sco_socket.c' l='320' u='c' c='sco_send'/>
<def f='src/src/sys/netbt/sco_upper.c' l='273' ll='311' type='int sco_send_pcb(struct sco_pcb * pcb, struct mbuf * m)'/>
<doc f='src/src/sys/netbt/sco_upper.c' l='263'>/*
 * sco_send_pcb(pcb, mbuf)
 *
 *	Send data on SCO pcb.
 *
 * Gross hackage, we just output the packet directly onto the unit queue.
 * This will work fine for one channel per unit, but for more channels it
 * really needs fixing. We set the context so that when the packet is sent,
 * we can drop a record from the socket buffer.
 */</doc>
