<dec f='src/src/sys/netbt/hci.h' l='2577' type='int hci_acl_send(struct mbuf * , struct hci_link * , struct l2cap_channel * )'/>
<def f='src/src/sys/netbt/hci_link.c' l='535' ll='600' type='int hci_acl_send(struct mbuf * m, struct hci_link * link, struct l2cap_channel * chan)'/>
<doc f='src/src/sys/netbt/hci_link.c' l='527'>/*
 * Send ACL data on link
 *
 * We must fragment packets into chunks of less than unit-&gt;hci_max_acl_size and
 * prepend a relevant ACL header to each fragment. We keep a PDU structure
 * attached to the link, so that completed fragments can be marked off and
 * more data requested from above once the PDU is sent.
 */</doc>
<use f='src/src/sys/netbt/l2cap_lower.c' l='204' u='c' c='l2cap_start'/>
<use f='src/src/sys/netbt/l2cap_signal.c' l='1044' u='c' c='l2cap_send_signal'/>
