Home
last modified time | relevance | path

Searched refs:iso_qos (Results 1 – 5 of 5) sorted by relevance

/linux/net/bluetooth/
H A Dhci_conn.c692 if (d->big != conn->iso_qos.bcast.big || d->bis == BT_ISO_QOS_BIS_UNSET || in bis_list()
693 d->bis != conn->iso_qos.bcast.bis) in bis_list()
726 bt_dev_dbg(hdev, "big 0x%2.2x bis 0x%2.2x", conn->iso_qos.bcast.big, in hci_le_terminate_big()
727 conn->iso_qos.bcast.bis); in hci_le_terminate_big()
733 d->big = conn->iso_qos.bcast.big; in hci_le_terminate_big()
734 d->bis = conn->iso_qos.bcast.bis; in hci_le_terminate_big()
766 if (d->big != conn->iso_qos.bcast.big) in find_bis()
778 conn->iso_qos.bcast.big, conn->sync_handle); in hci_le_big_terminate()
784 d->big = conn->iso_qos.bcast.big; in hci_le_big_terminate()
838 conn->iso_qos.bcast.big, in bis_cleanup()
[all …]
H A Diso.c534 return &iso_pi(sk)->conn->hcon->iso_qos; in iso_sock_get_qos()
2016 return hcon->iso_qos.bcast.big == iso_pi(sk)->qos.bcast.big; in iso_match_big_hcon()
2052 bis->iso_qos.bcast.bis); in iso_conn_ready()
2149 hcon->iso_qos = iso_pi(sk)->qos; in iso_conn_ready()
H A Dhci_event.c3790 conn->state == BT_OPEN || conn->iso_qos.ucast.cig != cig) in hci_unbound_cis_failed()
3892 if (conn->iso_qos.ucast.out.sdu && !conn->iso_qos.ucast.in.sdu) in hci_cc_le_setup_iso_path()
6861 qos = &conn->iso_qos; in hci_le_cis_established_evt()
6988 cis->iso_qos.ucast.cig = ev->cig_id; in hci_le_cis_req_evt()
6989 cis->iso_qos.ucast.cis = ev->cis_id; in hci_le_cis_req_evt()
7108 bis->iso_qos.bcast.big = ev->handle; in hci_le_big_sync_established_evt()
7111 bis->iso_qos.bcast.in.interval = le32_to_cpu(interval); in hci_le_big_sync_established_evt()
7113 bis->iso_qos.bcast.in.latency = le16_to_cpu(ev->interval) * 125 / 100; in hci_le_big_sync_established_evt()
7114 bis->iso_qos.bcast.in.sdu = le16_to_cpu(ev->max_pdu); in hci_le_big_sync_established_evt()
7201 pa_sync->iso_qos.bcast.encryption = ev->encryption; in hci_le_big_info_adv_report_evt()
H A Dhci_sync.c2949 struct bt_iso_qos *qos = &conn->iso_qos; in hci_le_set_ext_scan_param_sync()
6700 cig = conn->iso_qos.ucast.cig; in hci_le_create_cis_sync()
6704 link->iso_qos.ucast.cig == cig && in hci_le_create_cis_sync()
6722 conn->iso_qos.ucast.cig != cig) in hci_le_create_cis_sync()
7078 struct bt_iso_qos *qos = &conn->iso_qos; in hci_le_pa_create_sync()
7198 struct bt_iso_qos *qos = &conn->iso_qos; in hci_le_big_create_sync()
7273 cp.adv_handle = past->conn->iso_qos.bcast.bis; in hci_le_past_set_info_sync()
/linux/include/net/bluetooth/
H A Dhci_core.h738 struct bt_iso_qos iso_qos; member
1160 if (c->iso_qos.bcast.bis == bis) { in hci_conn_hash_lookup_bis()
1209 if (c->iso_qos.bcast.big == big && in hci_conn_hash_lookup_per_adv_bis()
1210 c->iso_qos.bcast.bis == bis) { in hci_conn_hash_lookup_per_adv_bis()
1320 if (cig != c->iso_qos.ucast.cig) in hci_conn_hash_lookup_cis()
1324 if (id != c->iso_qos.ucast.cis) in hci_conn_hash_lookup_cis()
1351 if (handle == c->iso_qos.ucast.cig) { in hci_conn_hash_lookup_cig()
1374 if (handle == c->iso_qos.bcast.big) { in hci_conn_hash_lookup_big()
1398 if (handle == c->iso_qos.bcast.big && num_bis == c->num_bis) { in hci_conn_hash_lookup_big_sync_pend()
1422 if (handle == c->iso_qos.bcast.big) { in hci_conn_hash_lookup_big_state()
[all …]