Home
last modified time | relevance | path

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

/Linux-v6.6/net/bluetooth/
Dhci_conn.c922 hci_conn_hash_list_state(hdev, find_cis, ISO_LINK, BT_BOUND, &d); in cis_cleanup()
923 hci_conn_hash_list_state(hdev, find_cis, ISO_LINK, BT_CONNECT, &d); in cis_cleanup()
924 hci_conn_hash_list_state(hdev, find_cis, ISO_LINK, BT_CONNECTED, &d); in cis_cleanup()
994 case ISO_LINK: in hci_conn_add()
1062 case ISO_LINK: in hci_conn_cleanup_child()
1136 if (conn->type == ISO_LINK) { in hci_conn_del()
1549 conn = hci_conn_add(hdev, ISO_LINK, dst, HCI_ROLE_MASTER); in hci_add_bis()
1748 hci_conn_hash_list_state(hdev, bis_list, ISO_LINK, in hci_le_create_big()
1838 hci_conn_hash_list_state(hdev, find_cis, ISO_LINK, in hci_le_set_cig_params()
1843 hci_conn_hash_list_state(hdev, find_cis, ISO_LINK, in hci_le_set_cig_params()
[all …]
Dhci_event.c3822 if (conn->type != ISO_LINK || !bacmp(&conn->dst, BDADDR_ANY) || in hci_unbound_cis_failed()
4484 case ISO_LINK: in hci_num_comp_pkts_evt()
6614 mask |= hci_proto_connect_ind(hdev, &ev->bdaddr, ISO_LINK, &flags); in hci_le_pa_sync_estabilished_evt()
6624 bis = hci_conn_add(hdev, ISO_LINK, BDADDR_ANY, in hci_le_pa_sync_estabilished_evt()
6653 mask |= hci_proto_connect_ind(hdev, BDADDR_ANY, ISO_LINK, &flags); in hci_le_per_adv_report_evt()
6912 if (conn->type != ISO_LINK) { in hci_le_cis_estabilished_evt()
7015 mask = hci_proto_connect_ind(hdev, &acl->dst, ISO_LINK, &flags); in hci_le_cis_req_evt()
7023 cis = hci_conn_add(hdev, ISO_LINK, &acl->dst, HCI_ROLE_SLAVE); in hci_le_cis_req_evt()
7072 conn->type != ISO_LINK || in hci_le_create_big_complete_evt()
7142 bis = hci_conn_add(hdev, ISO_LINK, BDADDR_ANY, in hci_le_big_sync_established_evt()
[all …]
Dhci_core.c2918 if (hci_conn_num(hdev, ISO_LINK)) { in hci_recv_frame()
2923 if (type == ISO_LINK) in hci_recv_frame()
3359 case ISO_LINK: in hci_quote_sent()
3804 if (!hci_conn_num(hdev, ISO_LINK)) in hci_sched_iso()
3809 while (*cnt && (conn = hci_low_sent(hdev, ISO_LINK, &quote))) { in hci_sched_iso()
Diso.c1802 if (hcon->type != ISO_LINK) { in iso_connect_cfm()
1843 if (hcon->type != ISO_LINK) in iso_disconn_cfm()
Dhci_sync.c5277 if (conn->type == ISO_LINK) { in hci_connect_cancel_sync()
5354 if (conn->type == ISO_LINK) in hci_reject_conn_sync()
/Linux-v6.6/include/net/bluetooth/
Dhci_core.h1019 case ISO_LINK: in hci_conn_hash_add()
1048 case ISO_LINK: in hci_conn_hash_del()
1067 case ISO_LINK: in hci_conn_num()
1110 if (bacmp(&c->dst, ba) || c->type != ISO_LINK) in hci_conn_hash_lookup_bis()
1134 if (bacmp(&c->dst, ba) || c->type != ISO_LINK || in hci_conn_hash_lookup_per_adv_bis()
1224 if (c->type != ISO_LINK || !bacmp(&c->dst, BDADDR_ANY)) in hci_conn_hash_lookup_cis()
1256 if (c->type != ISO_LINK || !bacmp(&c->dst, BDADDR_ANY)) in hci_conn_hash_lookup_cig()
1279 if (bacmp(&c->dst, BDADDR_ANY) || c->type != ISO_LINK) in hci_conn_hash_lookup_big()
1302 if (c->type != ISO_LINK) in hci_conn_hash_lookup_big_any_dst()
1325 if (c->type != ISO_LINK || in hci_conn_hash_lookup_pa_sync()
[all …]
Dhci.h514 #define ISO_LINK 0x82 macro