Home | History | Annotate | Download | only in netbt

Lines Matching defs:acl

51  *	HCI ACL Connections
55 * Automatically expire unused ACL connections after this number of
63 * open ACL connection to remote bdaddr. Only one ACL connection is permitted
145 * Close ACL connection. When there are no more references to this link,
163 * Incoming ACL connection.
419 * Receive ACL Data
465 * which emit empty ACL packets during connection setup, so
483 "dropped incomplete ACL packet\n");
537 * Send ACL data on link
540 * prepend a relevant ACL header to each fragment. We keep a PDU structure
612 * Start sending ACL data on link.
619 * the ACL encapsulation here rather than in hci_acl_send() is that L2CAP
684 * we have placed all the fragments on the acl
712 * Confirm ACL packets cleared from Controller buffers. We scan our PDU
773 struct hci_link *sco, *acl;
786 * There should already be an ACL link up and running before
790 acl = hci_link_lookup_bdaddr(unit, bdaddr, HCI_LINK_ACL);
791 if (acl == NULL || acl->hl_state != HCI_LINK_OPEN)
816 KASSERT(sco->hl_link == acl);
910 /* init ACL portion */
941 /* ACL reference count */
952 /* ACL L2CAP requests.. */
958 /* ACL outgoing data queue */
970 /* ACL incoming data packet */
974 /* SCO master ACL link */