Home
last modified time | relevance | path

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

/linux-6.15/net/bluetooth/
H A Dhci_conn.c788 hci_conn_hash_list_flag(hdev, find_bis, ISO_LINK, in hci_le_big_terminate()
798 hci_conn_hash_list_flag(hdev, find_bis, ISO_LINK, in hci_le_big_terminate()
913 case ISO_LINK: in __hci_conn_add()
977 case ISO_LINK: in __hci_conn_add()
1074 case ISO_LINK: in hci_conn_cleanup_child()
1149 if (conn->type == ISO_LINK) { in hci_conn_del()
1743 hci_conn_hash_list_state(hdev, bis_list, ISO_LINK, in hci_le_create_big()
1832 hci_conn_hash_list_state(hdev, find_cis, ISO_LINK, in hci_le_set_cig_params()
1837 hci_conn_hash_list_state(hdev, find_cis, ISO_LINK, in hci_le_set_cig_params()
2222 hci_conn_hash_list_state(hdev, bis_mark_per_adv, ISO_LINK, in hci_connect_bis()
[all …]
H A Dhci_event.c3807 if (conn->type != ISO_LINK || !bacmp(&conn->dst, BDADDR_ANY) || in hci_unbound_cis_failed()
4470 case ISO_LINK: in hci_num_comp_pkts_evt()
6405 mask |= hci_proto_connect_ind(hdev, &ev->bdaddr, ISO_LINK, &flags); in hci_le_pa_sync_estabilished_evt()
6415 pa_sync = hci_conn_add_unset(hdev, ISO_LINK, BDADDR_ANY, in hci_le_pa_sync_estabilished_evt()
6446 mask |= hci_proto_connect_ind(hdev, BDADDR_ANY, ISO_LINK, &flags); in hci_le_per_adv_report_evt()
6730 if (conn->type != ISO_LINK) { in hci_le_cis_estabilished_evt()
6848 mask = hci_proto_connect_ind(hdev, &acl->dst, ISO_LINK, &flags); in hci_le_cis_req_evt()
6856 cis = hci_conn_add(hdev, ISO_LINK, &acl->dst, HCI_ROLE_SLAVE, in hci_le_cis_req_evt()
6972 bis = hci_conn_add(hdev, ISO_LINK, BDADDR_ANY, in hci_le_big_sync_established_evt()
7028 mask |= hci_proto_connect_ind(hdev, BDADDR_ANY, ISO_LINK, &flags); in hci_le_big_info_adv_report_evt()
H A Dhci_core.c2901 if (hci_conn_num(hdev, ISO_LINK)) { in hci_recv_frame()
2906 if (type == ISO_LINK) in hci_recv_frame()
3348 case ISO_LINK: in hci_quote_sent()
3710 if (!hci_conn_num(hdev, ISO_LINK)) in hci_sched_iso()
3715 while (*cnt && (conn = hci_low_sent(hdev, ISO_LINK, &quote))) { in hci_sched_iso()
H A Diso.c2206 if (hcon->type != ISO_LINK) { in iso_connect_cfm()
2247 if (hcon->type != ISO_LINK) in iso_disconn_cfm()
H A Dhci_sync.c2863 conn = hci_conn_hash_lookup_ba(hdev, ISO_LINK, in hci_le_set_ext_scan_param_sync()
5480 if (conn->type == ISO_LINK) { in hci_connect_cancel_sync()
5557 if (conn->type == ISO_LINK) in hci_reject_conn_sync()
H A Dmgmt.c3224 case ISO_LINK: in link_to_bdaddr()
/linux-6.15/include/net/bluetooth/
H A Dhci_core.h999 case ISO_LINK: in hci_conn_hash_add()
1025 case ISO_LINK: in hci_conn_hash_del()
1042 case ISO_LINK: in hci_conn_num()
1103 if (bacmp(&c->dst, ba) || c->type != ISO_LINK) in hci_conn_hash_lookup_bis()
1125 if (c->type != ISO_LINK) in hci_conn_hash_lookup_create_pa_sync()
1151 if (bacmp(&c->dst, ba) || c->type != ISO_LINK || in hci_conn_hash_lookup_per_adv_bis()
1296 if (c->type != ISO_LINK) in hci_conn_hash_lookup_big()
1330 if (c->type != ISO_LINK) in hci_conn_hash_lookup_big_sync_pend()
1377 if (c->type != ISO_LINK || in hci_conn_hash_lookup_pa_sync_big_handle()
1400 if (c->type != ISO_LINK) in hci_conn_hash_lookup_pa_sync_handle()
[all …]
H A Dhci.h560 #define ISO_LINK 0x82 macro