Searched refs:ISO_LINK (Results 1 – 7 of 7) sorted by relevance
/linux-6.1.9/net/bluetooth/ |
D | hci_conn.c | 808 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 …]
|
D | hci_event.c | 3831 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()
|
D | iso.c | 1582 if (hcon->type != ISO_LINK) { in iso_connect_cfm() 1613 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-6.1.9/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() 1739 case ISO_LINK: in hci_proto_connect_ind()
|
D | hci.h | 478 #define ISO_LINK 0x82 macro
|
/linux-6.1.9/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()
|