Home
last modified time | relevance | path

Searched refs:ISO_LINK (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/net/bluetooth/
H A Dhci_conn.c923 hci_conn_hash_list_state(hdev, find_cis, ISO_LINK, BT_BOUND, &d); in cis_cleanup()
948 case ISO_LINK: in hci_conn_add()
1011 case ISO_LINK: in hci_conn_add()
1098 case ISO_LINK: in hci_conn_cleanup_child()
1172 if (conn->type == ISO_LINK) { in hci_conn_del()
1590 conn = hci_conn_add_unset(hdev, ISO_LINK, dst, HCI_ROLE_MASTER); in hci_add_bis()
1789 hci_conn_hash_list_state(hdev, bis_list, ISO_LINK, in hci_le_create_big()
1879 hci_conn_hash_list_state(hdev, find_cis, ISO_LINK, in hci_le_set_cig_params()
1884 hci_conn_hash_list_state(hdev, find_cis, ISO_LINK, in hci_le_set_cig_params()
2026 if (conn->type != ISO_LINK || !bacmp(&conn->dst, BDADDR_ANY)) in hci_conn_check_create_cis()
[all …]
H A Dhci_event.c3795 if (conn->type != ISO_LINK || !bacmp(&conn->dst, BDADDR_ANY) || in hci_unbound_cis_failed()
4451 case ISO_LINK: in hci_num_comp_pkts_evt()
6372 pa_sync = hci_conn_add_unset(hdev, ISO_LINK, BDADDR_ANY, in hci_le_pa_sync_estabilished_evt()
6399 mask |= hci_proto_connect_ind(hdev, BDADDR_ANY, ISO_LINK, &flags); in hci_le_per_adv_report_evt()
6662 if (conn->type != ISO_LINK) { in hci_le_cis_estabilished_evt()
6765 mask = hci_proto_connect_ind(hdev, &acl->dst, ISO_LINK, &flags); in hci_le_cis_req_evt()
6773 cis = hci_conn_add(hdev, ISO_LINK, &acl->dst, HCI_ROLE_SLAVE, in hci_le_cis_req_evt()
6822 conn->type != ISO_LINK || in hci_le_create_big_complete_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 Dhci_core.c2914 if (hci_conn_num(hdev, ISO_LINK)) { in hci_recv_frame()
2919 if (type == ISO_LINK) in hci_recv_frame()
3354 case ISO_LINK: in hci_quote_sent()
3727 if (!hci_conn_num(hdev, ISO_LINK)) in hci_sched_iso()
3732 while (*cnt && (conn = hci_low_sent(hdev, ISO_LINK, &quote))) { in hci_sched_iso()
H A Diso.c1862 if (hcon->type != ISO_LINK) { in iso_connect_cfm()
1903 if (hcon->type != ISO_LINK) in iso_disconn_cfm()
H A Dhci_sync.c2717 conn = hci_conn_hash_lookup_ba(hdev, ISO_LINK, in hci_le_set_ext_scan_param_sync()
5256 if (conn->type == ISO_LINK) { in hci_connect_cancel_sync()
5333 if (conn->type == ISO_LINK) in hci_reject_conn_sync()
H A Dmgmt.c3119 case ISO_LINK: in link_to_bdaddr()
/openbmc/linux/include/net/bluetooth/
H A Dhci_core.h992 case ISO_LINK: in hci_conn_hash_add()
1018 case ISO_LINK: in hci_conn_hash_del()
1035 case ISO_LINK: in hci_conn_num()
1078 if (bacmp(&c->dst, ba) || c->type != ISO_LINK) in hci_conn_hash_lookup_bis()
1102 if (bacmp(&c->dst, ba) || c->type != ISO_LINK || in hci_conn_hash_lookup_per_adv_bis()
1192 if (c->type != ISO_LINK || !bacmp(&c->dst, BDADDR_ANY)) in hci_conn_hash_lookup_cis()
1247 if (bacmp(&c->dst, BDADDR_ANY) || c->type != ISO_LINK) in hci_conn_hash_lookup_big()
1270 if (c->type != ISO_LINK) in hci_conn_hash_lookup_big_any_dst()
1293 if (c->type != ISO_LINK || in hci_conn_hash_lookup_pa_sync_big_handle()
1316 if (c->type != ISO_LINK || in hci_conn_hash_lookup_pa_sync_handle()
[all …]
H A Dhci.h506 #define ISO_LINK 0x82 macro