Searched refs:ISO_LINK (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/include/net/bluetooth/ |
H A D | hci_core.h | 986 case ISO_LINK: in hci_conn_hash_add() 1012 case ISO_LINK: in hci_conn_hash_del() 1029 case ISO_LINK: in hci_conn_num() 1090 if (bacmp(&c->dst, ba) || c->type != ISO_LINK) in hci_conn_hash_lookup_bis() 1114 if (bacmp(&c->dst, ba) || c->type != ISO_LINK || in hci_conn_hash_lookup_per_adv_bis() 1204 if (c->type != ISO_LINK || !bacmp(&c->dst, BDADDR_ANY)) in hci_conn_hash_lookup_cis() 1236 if (c->type != ISO_LINK || !bacmp(&c->dst, BDADDR_ANY)) in hci_conn_hash_lookup_cig() 1259 if (bacmp(&c->dst, BDADDR_ANY) || c->type != ISO_LINK) in hci_conn_hash_lookup_big() 1282 if (c->type != ISO_LINK) in hci_conn_hash_lookup_big_any_dst() 1305 if (bacmp(&c->dst, BDADDR_ANY) || c->type != ISO_LINK || in hci_conn_hash_lookup_big_state() [all …]
|
H A D | hci.h | 521 #define ISO_LINK 0x82 macro
|
/openbmc/linux/net/bluetooth/ |
H A D | hci_conn.c | 872 hci_conn_hash_list_state(hdev, find_cis, ISO_LINK, BT_BOUND, &d); in cis_cleanup() 873 hci_conn_hash_list_state(hdev, find_cis, ISO_LINK, BT_CONNECT, &d); in cis_cleanup() 874 hci_conn_hash_list_state(hdev, find_cis, ISO_LINK, BT_CONNECTED, &d); in cis_cleanup() 897 case ISO_LINK: in __hci_conn_add() 960 case ISO_LINK: in __hci_conn_add() 1056 case ISO_LINK: in hci_conn_cleanup_child() 1131 if (conn->type == ISO_LINK) { in hci_conn_del() 1502 conn = hci_conn_add_unset(hdev, ISO_LINK, dst, HCI_ROLE_MASTER); in hci_add_bis() 1708 hci_conn_hash_list_state(hdev, bis_list, ISO_LINK, in hci_le_create_big() 1798 hci_conn_hash_list_state(hdev, find_cis, ISO_LINK, in hci_le_set_cig_params() [all …]
|
H A D | hci_event.c | 3789 if (conn->type != ISO_LINK || !bacmp(&conn->dst, BDADDR_ANY) || in hci_unbound_cis_failed() 4445 case ISO_LINK: in hci_num_comp_pkts_evt() 6352 mask |= hci_proto_connect_ind(hdev, &ev->bdaddr, ISO_LINK, &flags); in hci_le_pa_sync_estabilished_evt() 6363 pa_sync = hci_conn_add_unset(hdev, ISO_LINK, BDADDR_ANY, in hci_le_pa_sync_estabilished_evt() 6390 mask |= hci_proto_connect_ind(hdev, BDADDR_ANY, ISO_LINK, &flags); in hci_le_per_adv_report_evt() 6654 if (conn->type != ISO_LINK) { in hci_le_cis_estabilished_evt() 6772 mask = hci_proto_connect_ind(hdev, &acl->dst, ISO_LINK, &flags); in hci_le_cis_req_evt() 6780 cis = hci_conn_add(hdev, ISO_LINK, &acl->dst, HCI_ROLE_SLAVE, in hci_le_cis_req_evt() 6892 bis = hci_conn_add(hdev, ISO_LINK, BDADDR_ANY, in hci_le_big_sync_established_evt() 6946 mask |= hci_proto_connect_ind(hdev, BDADDR_ANY, ISO_LINK, &flags); in hci_le_big_info_adv_report_evt() [all …]
|
H A D | iso.c | 1934 return hcon->type == ISO_LINK || hcon->type == LE_LINK; in iso_match() 1939 if (hcon->type != ISO_LINK) { in iso_connect_cfm() 1980 if (hcon->type != ISO_LINK) in iso_disconn_cfm()
|
H A D | hci_core.c | 2884 if (hci_conn_num(hdev, ISO_LINK)) { in hci_recv_frame() 2889 if (type == ISO_LINK) in hci_recv_frame() 3321 case ISO_LINK: in hci_quote_sent() 3689 if (!hci_conn_num(hdev, ISO_LINK)) in hci_sched_iso() 3694 while (*cnt && (conn = hci_low_sent(hdev, ISO_LINK, "e))) { in hci_sched_iso()
|
H A D | hci_sync.c | 2888 conn = hci_conn_hash_lookup_ba(hdev, ISO_LINK, in hci_le_set_ext_scan_param_sync() 5473 if (conn->type == ISO_LINK) { in hci_connect_cancel_sync() 5550 if (conn->type == ISO_LINK) in hci_reject_conn_sync()
|
H A D | mgmt.c | 3153 case ISO_LINK: in link_to_bdaddr()
|