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.c766 if (d->big != conn->iso_qos.bcast.big || d->bis == BT_ISO_QOS_BIS_UNSET || in bis_list()
767 d->bis != conn->iso_qos.bcast.bis) in bis_list()
800 bt_dev_dbg(hdev, "big 0x%2.2x bis 0x%2.2x", conn->iso_qos.bcast.big, in hci_le_terminate_big()
801 conn->iso_qos.bcast.bis); in hci_le_terminate_big()
807 d->big = conn->iso_qos.bcast.big; in hci_le_terminate_big()
808 d->bis = conn->iso_qos.bcast.bis; in hci_le_terminate_big()
840 if (d->big != conn->iso_qos.bcast.big) in find_bis()
852 conn->iso_qos.bcast.big, conn->sync_handle); in hci_le_big_terminate()
858 d->big = conn->iso_qos.bcast.big; in hci_le_big_terminate()
914 conn->iso_qos.bcast.big, in bis_cleanup()
[all …]
H A Dhci_event.c3847 conn->state == BT_OPEN || conn->iso_qos.ucast.cig != cig) in hci_unbound_cis_failed()
3951 if (conn->iso_qos.ucast.out.sdu && !conn->iso_qos.ucast.in.sdu) in hci_cc_le_setup_iso_path()
6997 qos = &conn->iso_qos; in hci_le_cis_established_evt()
7124 cis->iso_qos.ucast.cig = ev->cig_id; in hci_le_cis_req_evt()
7125 cis->iso_qos.ucast.cis = ev->cis_id; in hci_le_cis_req_evt()
7267 bis->iso_qos.bcast.big = ev->handle; in hci_le_big_sync_established_evt()
7270 bis->iso_qos.bcast.in.interval = le32_to_cpu(interval); in hci_le_big_sync_established_evt()
7272 bis->iso_qos.bcast.in.latency = le16_to_cpu(ev->interval) * 125 / 100; in hci_le_big_sync_established_evt()
7273 bis->iso_qos.bcast.in.sdu = le16_to_cpu(ev->max_pdu); in hci_le_big_sync_established_evt()
7360 pa_sync->iso_qos.bcast.encryption = ev->encryption; in hci_le_big_info_adv_report_evt()
H A Diso.c600 return &iso_pi(sk)->conn->hcon->iso_qos; in iso_sock_get_qos()
2190 return hcon->iso_qos.bcast.big == iso_pi(sk)->qos.bcast.big; in iso_match_big_hcon()
2241 bis->iso_qos.bcast.bis); in iso_conn_ready()
2348 hcon->iso_qos = iso_pi(sk)->qos; in iso_conn_ready()
H A Dhci_sync.c3071 struct bt_iso_qos *qos = &conn->iso_qos; in hci_le_set_ext_scan_param_sync()
7034 cig = conn->iso_qos.ucast.cig; in hci_le_create_cis_sync()
7038 link->iso_qos.ucast.cig == cig && in hci_le_create_cis_sync()
7056 conn->iso_qos.ucast.cig != cig) in hci_le_create_cis_sync()
7609 struct bt_iso_qos *qos = &conn->iso_qos; in hci_le_pa_create_sync()
7750 struct bt_iso_qos *qos = &conn->iso_qos; in hci_le_big_create_sync()
7836 cp.adv_handle = past->conn->iso_qos.bcast.bis; in hci_le_past_set_info_sync()
/linux/include/net/bluetooth/
H A Dhci_core.h745 struct bt_iso_qos iso_qos; member
1178 if (c->iso_qos.bcast.bis == bis) { in hci_conn_hash_lookup_bis()
1227 if (c->iso_qos.bcast.big == big && in hci_conn_hash_lookup_per_adv_bis()
1228 c->iso_qos.bcast.bis == bis) { in hci_conn_hash_lookup_per_adv_bis()
1338 if (cig != c->iso_qos.ucast.cig) in hci_conn_hash_lookup_cis()
1342 if (id != c->iso_qos.ucast.cis) in hci_conn_hash_lookup_cis()
1369 if (handle == c->iso_qos.ucast.cig) { in hci_conn_hash_lookup_cig()
1392 if (handle == c->iso_qos.bcast.big) { in hci_conn_hash_lookup_big()
1416 if (handle == c->iso_qos.bcast.big && num_bis == c->num_bis) { in hci_conn_hash_lookup_big_sync_pend()
1440 if (handle == c->iso_qos.bcast.big) { in hci_conn_hash_lookup_big_state()
[all …]