Searched refs:ISO_LINK (Results 1 – 7 of 7) sorted by relevance
/linux-6.6.21/include/net/bluetooth/ |
D | hci_core.h | 1025 case ISO_LINK: in hci_conn_hash_add() 1054 case ISO_LINK: in hci_conn_hash_del() 1073 case ISO_LINK: in hci_conn_num() 1116 if (bacmp(&c->dst, ba) || c->type != ISO_LINK) in hci_conn_hash_lookup_bis() 1140 if (bacmp(&c->dst, ba) || c->type != ISO_LINK || in hci_conn_hash_lookup_per_adv_bis() 1230 if (c->type != ISO_LINK || !bacmp(&c->dst, BDADDR_ANY)) in hci_conn_hash_lookup_cis() 1262 if (c->type != ISO_LINK || !bacmp(&c->dst, BDADDR_ANY)) in hci_conn_hash_lookup_cig() 1285 if (bacmp(&c->dst, BDADDR_ANY) || c->type != ISO_LINK) in hci_conn_hash_lookup_big() 1308 if (c->type != ISO_LINK) in hci_conn_hash_lookup_big_any_dst() 1331 if (c->type != ISO_LINK || in hci_conn_hash_lookup_pa_sync_big_handle() [all …]
|
D | hci.h | 515 #define ISO_LINK 0x82 macro
|
/linux-6.6.21/net/bluetooth/ |
D | hci_conn.c | 923 hci_conn_hash_list_state(hdev, find_cis, ISO_LINK, BT_BOUND, &d); in cis_cleanup() 924 hci_conn_hash_list_state(hdev, find_cis, ISO_LINK, BT_CONNECT, &d); in cis_cleanup() 925 hci_conn_hash_list_state(hdev, find_cis, ISO_LINK, BT_CONNECTED, &d); in cis_cleanup() 983 case ISO_LINK: in hci_conn_add() 1065 case ISO_LINK: in hci_conn_cleanup_child() 1139 if (conn->type == ISO_LINK) { in hci_conn_del() 1555 conn = hci_conn_add_unset(hdev, ISO_LINK, dst, HCI_ROLE_MASTER); in hci_add_bis() 1754 hci_conn_hash_list_state(hdev, bis_list, ISO_LINK, in hci_le_create_big() 1844 hci_conn_hash_list_state(hdev, find_cis, ISO_LINK, in hci_le_set_cig_params() 1849 hci_conn_hash_list_state(hdev, find_cis, ISO_LINK, in hci_le_set_cig_params() [all …]
|
D | hci_event.c | 3827 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_ANY, in hci_le_big_sync_established_evt() [all …]
|
D | hci_core.c | 2922 if (hci_conn_num(hdev, ISO_LINK)) { in hci_recv_frame() 2927 if (type == ISO_LINK) in hci_recv_frame() 3363 case ISO_LINK: in hci_quote_sent() 3808 if (!hci_conn_num(hdev, ISO_LINK)) in hci_sched_iso() 3813 while (*cnt && (conn = hci_low_sent(hdev, ISO_LINK, "e))) { in hci_sched_iso()
|
D | iso.c | 1856 if (hcon->type != ISO_LINK) { in iso_connect_cfm() 1897 if (hcon->type != ISO_LINK) in iso_disconn_cfm()
|
D | hci_sync.c | 5282 if (conn->type == ISO_LINK) { in hci_connect_cancel_sync() 5359 if (conn->type == ISO_LINK) in hci_reject_conn_sync()
|