Searched refs:ISO_LINK (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/include/net/bluetooth/ |
H A D | hci_core.h | 987 case ISO_LINK: in hci_conn_hash_add() 1013 case ISO_LINK: in hci_conn_hash_del() 1030 case ISO_LINK: in hci_conn_num() 1091 if (bacmp(&c->dst, ba) || c->type != ISO_LINK) in hci_conn_hash_lookup_bis() 1115 if (bacmp(&c->dst, ba) || c->type != ISO_LINK || in hci_conn_hash_lookup_per_adv_bis() 1205 if (c->type != ISO_LINK || !bacmp(&c->dst, BDADDR_ANY)) in hci_conn_hash_lookup_cis() 1237 if (c->type != ISO_LINK || !bacmp(&c->dst, BDADDR_ANY)) in hci_conn_hash_lookup_cig() 1260 if (bacmp(&c->dst, BDADDR_ANY) || c->type != ISO_LINK) in hci_conn_hash_lookup_big() 1283 if (c->type != ISO_LINK) in hci_conn_hash_lookup_big_any_dst() 1306 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 | 3796 if (conn->type != ISO_LINK || !bacmp(&conn->dst, BDADDR_ANY) || in hci_unbound_cis_failed() 4452 case ISO_LINK: in hci_num_comp_pkts_evt() 6359 mask |= hci_proto_connect_ind(hdev, &ev->bdaddr, ISO_LINK, &flags); in hci_le_pa_sync_estabilished_evt() 6370 pa_sync = hci_conn_add_unset(hdev, ISO_LINK, BDADDR_ANY, in hci_le_pa_sync_estabilished_evt() 6397 mask |= hci_proto_connect_ind(hdev, BDADDR_ANY, ISO_LINK, &flags); in hci_le_remote_feat_complete_evt() 6661 if (conn->type != ISO_LINK) { in hci_le_cis_estabilished_evt() 6779 mask = hci_proto_connect_ind(hdev, &acl->dst, ISO_LINK, &flags); in hci_le_cis_req_evt() 6787 cis = hci_conn_add(hdev, ISO_LINK, &acl->dst, HCI_ROLE_SLAVE, in hci_le_cis_req_evt() 6899 bis = hci_conn_add(hdev, ISO_LINK, BDADDR_ANY, in hci_le_big_sync_established_evt() 6953 mask |= hci_proto_connect_ind(hdev, BDADDR_ANY, ISO_LINK, in hci_le_big_info_adv_report_evt() [all...] |
H A D | iso.c | 1934 if (hcon->type != ISO_LINK) { in iso_match() 1975 if (hcon->type != ISO_LINK) in iso_connect_cfm()
|
H A D | hci_core.c | 2885 if (hci_conn_num(hdev, ISO_LINK)) { in hci_recv_frame() 2890 if (type == ISO_LINK) in hci_recv_frame() 3325 case ISO_LINK: in hci_quote_sent() 3693 if (!hci_conn_num(hdev, ISO_LINK)) in hci_sched_iso() 3698 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()
|