Home
last modified time | relevance | path

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

/linux-6.1.9/net/bluetooth/
Dhci_conn.c808 hci_conn_hash_list_state(hdev, find_bis, ISO_LINK, BT_CONNECTED, d); in terminate_big_sync()
854 hci_conn_hash_list_state(hdev, find_bis, ISO_LINK, BT_CONNECTED, d); in big_terminate_sync()
950 hci_conn_hash_list_state(hdev, find_cis, ISO_LINK, BT_CONNECTED, &d); in cis_cleanup()
1001 case ISO_LINK: in hci_conn_add()
1087 if (conn->type == ISO_LINK) { in hci_conn_del()
1404 hci_conn_hash_list_state(hdev, bis_list, ISO_LINK, in qos_set_big()
1433 hci_conn_hash_list_state(hdev, bis_list, ISO_LINK, in qos_set_bis()
1477 hci_conn_hash_list_state(hdev, bis_list, ISO_LINK, BT_BOUND, &data); in hci_add_bis()
1485 conn = hci_conn_add(hdev, ISO_LINK, dst, HCI_ROLE_MASTER); in hci_add_bis()
1704 hci_conn_hash_list_state(hdev, cis_list, ISO_LINK, in hci_le_set_cig_params()
[all …]
Dhci_event.c3831 if (conn->type != ISO_LINK || conn->iso_qos.cig != rp->cig_id || in hci_cc_le_set_cig_params()
4417 case ISO_LINK: in hci_num_comp_pkts_evt()
6540 mask |= hci_proto_connect_ind(hdev, &ev->bdaddr, ISO_LINK, &flags); in hci_le_pa_sync_estabilished_evt()
6797 if (conn->type != ISO_LINK) { in hci_le_cis_estabilished_evt()
6876 mask = hci_proto_connect_ind(hdev, &acl->dst, ISO_LINK, &flags); in hci_le_cis_req_evt()
6884 cis = hci_conn_add(hdev, ISO_LINK, &acl->dst, HCI_ROLE_SLAVE); in hci_le_cis_req_evt()
6924 if (conn->type != ISO_LINK) { in hci_le_create_big_complete_evt()
6973 bis = hci_conn_add(hdev, ISO_LINK, BDADDR_ANY, in hci_le_big_sync_established_evt()
7005 mask |= hci_proto_connect_ind(hdev, BDADDR_ANY, ISO_LINK, &flags); in hci_le_big_info_adv_report_evt()
Diso.c1582 if (hcon->type != ISO_LINK) { in iso_connect_cfm()
1613 if (hcon->type != ISO_LINK) in iso_disconn_cfm()
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.1.9/include/net/bluetooth/
Dhci_core.h997 case ISO_LINK: in hci_conn_hash_add()
1026 case ISO_LINK: in hci_conn_hash_del()
1045 case ISO_LINK: in hci_conn_num()
1089 if (bacmp(&c->dst, ba) || c->type != ISO_LINK) in hci_conn_hash_lookup_bis()
1175 if (c->type != ISO_LINK) in hci_conn_hash_lookup_cis()
1198 if (c->type != ISO_LINK) in hci_conn_hash_lookup_cig()
1221 if (bacmp(&c->dst, BDADDR_ANY) || c->type != ISO_LINK) in hci_conn_hash_lookup_big()
1739 case ISO_LINK: in hci_proto_connect_ind()
Dhci.h478 #define ISO_LINK 0x82 macro
/linux-6.1.9/drivers/bluetooth/
Dbtusb.c936 if (hci_conn_num(data->hdev, ISO_LINK)) { in btusb_recv_bulk()
939 if (type == ISO_LINK) in btusb_recv_bulk()