Home
last modified time | relevance | path

Searched refs:ISO_LINK (Results 1 – 7 of 7) sorted by relevance

/linux-6.3-rc2/net/bluetooth/
A Dhci_conn.c999 case ISO_LINK: in hci_conn_add()
1092 if (conn->type == ISO_LINK) { in hci_conn_del()
1411 hci_conn_hash_list_state(hdev, bis_list, ISO_LINK, in qos_set_big()
1440 hci_conn_hash_list_state(hdev, bis_list, ISO_LINK, in qos_set_bis()
1492 conn = hci_conn_add(hdev, ISO_LINK, dst, HCI_ROLE_MASTER); in hci_add_bis()
1711 hci_conn_hash_list_state(hdev, cis_list, ISO_LINK, in hci_le_set_cig_params()
1716 hci_conn_hash_list_state(hdev, cis_list, ISO_LINK, in hci_le_set_cig_params()
1743 hci_conn_hash_list_state(hdev, cis_list, ISO_LINK, BT_BOUND, in hci_le_set_cig_params()
1788 cis = hci_conn_add(hdev, ISO_LINK, dst, HCI_ROLE_MASTER); in hci_bind_cis()
1896 if (conn == data || conn->type != ISO_LINK || in hci_create_cis_sync()
[all …]
A Dhci_event.c3841 if (conn->type != ISO_LINK || conn->iso_qos.cig != rp->cig_id || in hci_cc_le_set_cig_params()
4427 case ISO_LINK: in hci_num_comp_pkts_evt()
6550 mask |= hci_proto_connect_ind(hdev, &ev->bdaddr, ISO_LINK, &flags); in hci_le_pa_sync_estabilished_evt()
6807 if (conn->type != ISO_LINK) { in hci_le_cis_estabilished_evt()
6886 mask = hci_proto_connect_ind(hdev, &acl->dst, ISO_LINK, &flags); in hci_le_cis_req_evt()
6894 cis = hci_conn_add(hdev, ISO_LINK, &acl->dst, HCI_ROLE_SLAVE); in hci_le_cis_req_evt()
6934 if (conn->type != ISO_LINK) { in hci_le_create_big_complete_evt()
6983 bis = hci_conn_add(hdev, ISO_LINK, BDADDR_ANY, in hci_le_big_sync_established_evt()
7015 mask |= hci_proto_connect_ind(hdev, BDADDR_ANY, ISO_LINK, &flags); in hci_le_big_info_adv_report_evt()
A Diso.c1581 if (hcon->type != ISO_LINK) { in iso_connect_cfm()
1612 if (hcon->type != ISO_LINK) in iso_disconn_cfm()
A Dhci_core.c3305 case ISO_LINK: in hci_quote_sent()
3745 if (!hci_conn_num(hdev, ISO_LINK)) in hci_sched_iso()
3750 while (*cnt && (conn = hci_low_sent(hdev, ISO_LINK, &quote))) { in hci_sched_iso()
/linux-6.3-rc2/include/net/bluetooth/
A Dhci_core.h998 case ISO_LINK: in hci_conn_hash_add()
1027 case ISO_LINK: in hci_conn_hash_del()
1046 case ISO_LINK: in hci_conn_num()
1090 if (bacmp(&c->dst, ba) || c->type != ISO_LINK) in hci_conn_hash_lookup_bis()
1176 if (c->type != ISO_LINK) in hci_conn_hash_lookup_cis()
1199 if (c->type != ISO_LINK) in hci_conn_hash_lookup_cig()
1222 if (bacmp(&c->dst, BDADDR_ANY) || c->type != ISO_LINK) in hci_conn_hash_lookup_big()
1740 case ISO_LINK: in hci_proto_connect_ind()
A Dhci.h478 #define ISO_LINK 0x82 macro
/linux-6.3-rc2/drivers/bluetooth/
A Dbtusb.c1061 if (hci_conn_num(data->hdev, ISO_LINK)) { in btusb_recv_bulk()
1064 if (type == ISO_LINK) in btusb_recv_bulk()

Completed in 59 milliseconds