Home
last modified time | relevance | path

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

/linux-6.15/net/bluetooth/
H A Dhci_conn.c728 conn->iso_qos.bcast.bis); in hci_le_terminate_big()
734 d->big = conn->iso_qos.bcast.big; in hci_le_terminate_big()
735 d->bis = conn->iso_qos.bcast.bis; in hci_le_terminate_big()
883 d.cig = conn->iso_qos.ucast.cig; in cis_cleanup()
1775 qos = &conn->iso_qos; in set_cig_params_sync()
1797 qos = &conn->iso_qos; in set_cig_params_sync()
1939 cis->iso_qos = *qos; in hci_bind_cis()
2077 conn->iso_qos = *qos; in hci_pa_create_sync()
2105 hcon->iso_qos = *qos; in hci_conn_big_create_sync()
2168 conn->iso_qos = *qos; in hci_bind_bis()
[all …]
H A Dhci_event.c3808 conn->state == BT_OPEN || conn->iso_qos.ucast.cig != cig) in hci_unbound_cis_failed()
3910 if (conn->iso_qos.ucast.out.sdu && !conn->iso_qos.ucast.in.sdu) in hci_cc_le_setup_iso_path()
6737 qos = &conn->iso_qos; in hci_le_cis_estabilished_evt()
6864 cis->iso_qos.ucast.cig = ev->cig_id; in hci_le_cis_req_evt()
6865 cis->iso_qos.ucast.cis = ev->cis_id; in hci_le_cis_req_evt()
6983 bis->iso_qos.bcast.big = ev->handle; in hci_le_big_sync_established_evt()
6986 bis->iso_qos.bcast.in.interval = le32_to_cpu(interval); in hci_le_big_sync_established_evt()
6988 bis->iso_qos.bcast.in.latency = le16_to_cpu(ev->interval) * 125 / 100; in hci_le_big_sync_established_evt()
6989 bis->iso_qos.bcast.in.sdu = le16_to_cpu(ev->max_pdu); in hci_le_big_sync_established_evt()
7042 pa_sync->iso_qos.bcast.encryption = ev->encryption; in hci_le_big_info_adv_report_evt()
H A Diso.c516 return &iso_pi(sk)->conn->hcon->iso_qos; in iso_sock_get_qos()
1887 return hcon->iso_qos.bcast.big == iso_pi(sk)->qos.bcast.big; in iso_match_big_hcon()
1993 hcon->iso_qos = iso_pi(sk)->qos; in iso_conn_ready()
H A Dhci_sync.c2866 struct bt_iso_qos *qos = &conn->iso_qos; in hci_le_set_ext_scan_param_sync()
6590 cig = conn->iso_qos.ucast.cig; in hci_le_create_cis_sync()
6594 link->iso_qos.ucast.cig == cig && in hci_le_create_cis_sync()
6612 conn->iso_qos.ucast.cig != cig) in hci_le_create_cis_sync()
6922 struct bt_iso_qos *qos = &conn->iso_qos; in hci_le_pa_create_sync()
6993 struct bt_iso_qos *qos = &conn->iso_qos; in hci_le_big_create_sync()
/linux-6.15/include/net/bluetooth/
H A Dhci_core.h719 struct bt_iso_qos iso_qos; member
1106 if (c->iso_qos.bcast.bis == bis) { in hci_conn_hash_lookup_bis()
1155 if (c->iso_qos.bcast.big == big && in hci_conn_hash_lookup_per_adv_bis()
1156 c->iso_qos.bcast.bis == bis) { in hci_conn_hash_lookup_per_adv_bis()
1245 if (cig != c->iso_qos.ucast.cig) in hci_conn_hash_lookup_cis()
1249 if (id != c->iso_qos.ucast.cis) in hci_conn_hash_lookup_cis()
1276 if (handle == c->iso_qos.ucast.cig) { in hci_conn_hash_lookup_cig()
1309 if (handle == c->iso_qos.bcast.big) { in hci_conn_hash_lookup_big()
1333 if (handle == c->iso_qos.bcast.big && num_bis == c->num_bis) { in hci_conn_hash_lookup_big_sync_pend()
1357 if (handle == c->iso_qos.bcast.big) { in hci_conn_hash_lookup_big_state()
[all …]