<dec f='src/src/sys/netbt/hci.h' l='2578' type='void hci_acl_start(struct hci_link * )'/>
<use f='src/src/sys/netbt/hci_event.c' l='429' u='c' c='hci_event_num_compl_pkts'/>
<use f='src/src/sys/netbt/hci_link.c' l='415' u='c' c='hci_acl_linkmode'/>
<use f='src/src/sys/netbt/hci_link.c' l='588' u='c' c='hci_acl_send'/>
<def f='src/src/sys/netbt/hci_link.c' l='613' ll='700' type='void hci_acl_start(struct hci_link * link)'/>
<doc f='src/src/sys/netbt/hci_link.c' l='602'>/*
 * Start sending ACL data on link.
 *
 *	This is called when the queue may need restarting: as new data
 * is queued, after link mode changes have completed, or when device
 * buffers have cleared.
 *
 *	We may use all the available packet slots. The reason that we add
 * the ACL encapsulation here rather than in hci_acl_send() is that L2CAP
 * signal packets may be queued before the handle is given to us..
 */</doc>
