Home
last modified time | relevance | path

Searched refs:ISO_LINK (Results 1 - 9 of 9) sorted by relevance

/kernel/linux/linux-6.6/net/bluetooth/
H A 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()
982 case ISO_LINK: in hci_conn_add()
1064 case ISO_LINK: in hci_conn_cleanup_child()
1138 if (conn->type == ISO_LINK) { in hci_conn_del()
1551 conn = hci_conn_add_unset(hdev, ISO_LINK, dst, HCI_ROLE_MASTER); in hci_add_bis()
1750 hci_conn_hash_list_state(hdev, bis_list, ISO_LINK, in hci_le_create_big()
1840 hci_conn_hash_list_state(hdev, find_cis, ISO_LINK, in hci_le_set_cig_params()
1845 hci_conn_hash_list_state(hdev, find_cis, ISO_LINK, in hci_le_set_cig_params()
[all...]
H A Dhci_event.c3822 if (conn->type != ISO_LINK || !bacmp(&conn->dst, BDADDR_ANY) || in hci_unbound_cis_failed()
4489 case ISO_LINK: in hci_num_comp_pkts_evt()
6615 mask |= hci_proto_connect_ind(hdev, &ev->bdaddr, ISO_LINK, &flags); in hci_le_pa_sync_estabilished_evt()
6626 pa_sync = hci_conn_add_unset(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()
6916 if (conn->type != ISO_LINK) { in hci_le_cis_estabilished_evt()
7019 mask = hci_proto_connect_ind(hdev, &acl->dst, ISO_LINK, &flags); in hci_le_cis_req_evt()
7027 cis = hci_conn_add(hdev, ISO_LINK, &acl->dst, HCI_ROLE_SLAVE, in hci_le_cis_req_evt()
7076 conn->type != ISO_LINK || in hci_le_create_big_complete_evt()
7146 bis = hci_conn_add(hdev, ISO_LINK, BDADDR_AN in hci_le_big_sync_established_evt()
[all...]
H A Dhci_core.c2941 if (hci_conn_num(hdev, ISO_LINK)) { in hci_recv_frame()
2946 if (type == ISO_LINK) in hci_recv_frame()
3394 case ISO_LINK: in hci_quote_sent()
3839 if (!hci_conn_num(hdev, ISO_LINK)) in hci_sched_iso()
3844 while (*cnt && (conn = hci_low_sent(hdev, ISO_LINK, &quote))) { in hci_sched_iso()
H A Diso.c1856 if (hcon->type != ISO_LINK) { in iso_connect_cfm()
1897 if (hcon->type != ISO_LINK) in iso_disconn_cfm()
H A Dhci_sync.c5299 if (conn->type == ISO_LINK) { in hci_connect_cancel_sync()
5376 if (conn->type == ISO_LINK) in hci_reject_conn_sync()
H A Dmgmt.c3121 case ISO_LINK: in link_to_bdaddr()
/kernel/linux/linux-6.6/include/net/bluetooth/
H A Dhci_core.h1026 case ISO_LINK: in hci_conn_hash_add()
1055 case ISO_LINK: in hci_conn_hash_del()
1074 case ISO_LINK: in hci_conn_num()
1117 if (bacmp(&c->dst, ba) || c->type != ISO_LINK) in hci_conn_hash_lookup_bis()
1141 if (bacmp(&c->dst, ba) || c->type != ISO_LINK || in hci_conn_hash_lookup_per_adv_bis()
1231 if (c->type != ISO_LINK || !bacmp(&c->dst, BDADDR_ANY)) in hci_conn_hash_lookup_cis()
1263 if (c->type != ISO_LINK || !bacmp(&c->dst, BDADDR_ANY)) in hci_conn_hash_lookup_cig()
1286 if (bacmp(&c->dst, BDADDR_ANY) || c->type != ISO_LINK) in hci_conn_hash_lookup_big()
1309 if (c->type != ISO_LINK) in hci_conn_hash_lookup_big_any_dst()
1332 if (c->type != ISO_LINK || in hci_conn_hash_lookup_pa_sync_big_handle()
[all...]
H A Dhci.h513 #define ISO_LINK 0x82 macro
/kernel/linux/linux-5.10/include/net/bluetooth/
H A Dhci.h418 #define ISO_LINK 0x82 macro

Completed in 52 milliseconds