Lines Matching defs:acl
958 BT_DBG("%s acl mtu %d:%d sco mtu %d:%d", hdev->name, hdev->acl_mtu,
2365 struct hci_conn *acl;
2384 acl = hci_conn_hash_lookup_handle(hdev, handle);
2385 if (acl) {
2386 link = list_first_entry_or_null(&acl->link_list,
2660 struct hci_conn *acl;
2667 acl = hci_conn_hash_lookup_handle(hdev, handle);
2668 if (acl) {
2669 link = list_first_entry_or_null(&acl->link_list,
3809 BT_DBG("%s acl mtu %d:%d iso mtu %d:%d", hdev->name, hdev->acl_mtu,
7003 struct hci_conn *acl, *cis;
7010 bt_dev_dbg(hdev, "acl 0x%4.4x handle 0x%4.4x cig 0x%2.2x cis 0x%2.2x",
7015 acl = hci_conn_hash_lookup_handle(hdev, acl_handle);
7016 if (!acl)
7019 mask = hci_proto_connect_ind(hdev, &acl->dst, ISO_LINK, &flags);
7027 cis = hci_conn_add(hdev, ISO_LINK, &acl->dst, HCI_ROLE_SLAVE,