Searched refs:ISO_LINK (Results 1 – 7 of 7) sorted by relevance
/Linux-v6.1/net/bluetooth/ |
D | hci_conn.c | 808 hci_conn_hash_list_state(hdev, find_bis, ISO_LINK, BT_CONNECTED, d); in terminate_big_sync() 849 hci_conn_hash_list_state(hdev, find_bis, ISO_LINK, BT_CONNECTED, d); in big_terminate_sync() 940 hci_conn_hash_list_state(hdev, find_cis, ISO_LINK, BT_CONNECTED, &d); in cis_cleanup() 991 case ISO_LINK: in hci_conn_add() 1077 if (conn->type == ISO_LINK) { in hci_conn_del() 1394 hci_conn_hash_list_state(hdev, bis_list, ISO_LINK, in qos_set_big() 1423 hci_conn_hash_list_state(hdev, bis_list, ISO_LINK, in qos_set_bis() 1467 hci_conn_hash_list_state(hdev, bis_list, ISO_LINK, BT_BOUND, &data); in hci_add_bis() 1475 conn = hci_conn_add(hdev, ISO_LINK, dst, HCI_ROLE_MASTER); in hci_add_bis() 1694 hci_conn_hash_list_state(hdev, cis_list, ISO_LINK, in hci_le_set_cig_params() [all …]
|
D | hci_event.c | 3831 if (conn->type != ISO_LINK || conn->iso_qos.cig != rp->cig_id || in hci_cc_le_set_cig_params() 4414 case ISO_LINK: in hci_num_comp_pkts_evt() 6537 mask |= hci_proto_connect_ind(hdev, &ev->bdaddr, ISO_LINK, &flags); in hci_le_pa_sync_estabilished_evt() 6794 if (conn->type != ISO_LINK) { in hci_le_cis_estabilished_evt() 6873 mask = hci_proto_connect_ind(hdev, &acl->dst, ISO_LINK, &flags); in hci_le_cis_req_evt() 6881 cis = hci_conn_add(hdev, ISO_LINK, &acl->dst, HCI_ROLE_SLAVE); in hci_le_cis_req_evt() 6921 if (conn->type != ISO_LINK) { in hci_le_create_big_complete_evt() 6970 bis = hci_conn_add(hdev, ISO_LINK, BDADDR_ANY, in hci_le_big_sync_established_evt() 7002 mask |= hci_proto_connect_ind(hdev, BDADDR_ANY, ISO_LINK, &flags); in hci_le_big_info_adv_report_evt()
|
D | iso.c | 1576 if (hcon->type != ISO_LINK) { in iso_connect_cfm() 1607 if (hcon->type != ISO_LINK) in iso_disconn_cfm()
|
D | hci_core.c | 3305 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, "e))) { in hci_sched_iso()
|
/Linux-v6.1/include/net/bluetooth/ |
D | hci_core.h | 997 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() 1734 case ISO_LINK: in hci_proto_connect_ind()
|
D | hci.h | 458 #define ISO_LINK 0x82 macro
|
/Linux-v6.1/drivers/bluetooth/ |
D | btusb.c | 936 if (hci_conn_num(data->hdev, ISO_LINK)) { in btusb_recv_bulk() 939 if (type == ISO_LINK) in btusb_recv_bulk()
|