Searched refs:iso_qos (Results 1 – 5 of 5) sorted by relevance
692 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 …]
534 return &iso_pi(sk)->conn->hcon->iso_qos; in iso_sock_get_qos()2017 return hcon->iso_qos.bcast.big == iso_pi(sk)->qos.bcast.big; in iso_match_big_hcon()2053 bis->iso_qos.bcast.bis); in iso_conn_ready()2150 hcon->iso_qos = iso_pi(sk)->qos; in iso_conn_ready()
3824 conn->state == BT_OPEN || conn->iso_qos.ucast.cig != cig) in hci_unbound_cis_failed()3926 if (conn->iso_qos.ucast.out.sdu && !conn->iso_qos.ucast.in.sdu) in hci_cc_le_setup_iso_path()6940 qos = &conn->iso_qos; in hci_le_cis_established_evt()7067 cis->iso_qos.ucast.cig = ev->cig_id; in hci_le_cis_req_evt()7068 cis->iso_qos.ucast.cis = ev->cis_id; in hci_le_cis_req_evt()7187 bis->iso_qos.bcast.big = ev->handle; in hci_le_big_sync_established_evt()7190 bis->iso_qos.bcast.in.interval = le32_to_cpu(interval); in hci_le_big_sync_established_evt()7192 bis->iso_qos.bcast.in.latency = le16_to_cpu(ev->interval) * 125 / 100; in hci_le_big_sync_established_evt()7193 bis->iso_qos.bcast.in.sdu = le16_to_cpu(ev->max_pdu); in hci_le_big_sync_established_evt()7280 pa_sync->iso_qos.bcast.encryption = ev->encryption; in hci_le_big_info_adv_report_evt()
2956 struct bt_iso_qos *qos = &conn->iso_qos; in hci_le_set_ext_scan_param_sync()6741 cig = conn->iso_qos.ucast.cig; in hci_le_create_cis_sync()6745 link->iso_qos.ucast.cig == cig && in hci_le_create_cis_sync()6763 conn->iso_qos.ucast.cig != cig) in hci_le_create_cis_sync()7123 struct bt_iso_qos *qos = &conn->iso_qos; in hci_le_pa_create_sync()7247 struct bt_iso_qos *qos = &conn->iso_qos; in hci_le_big_create_sync()7325 cp.adv_handle = past->conn->iso_qos.bcast.bis; in hci_le_past_set_info_sync()
740 struct bt_iso_qos iso_qos; member1162 if (c->iso_qos.bcast.bis == bis) { in hci_conn_hash_lookup_bis()1211 if (c->iso_qos.bcast.big == big && in hci_conn_hash_lookup_per_adv_bis()1212 c->iso_qos.bcast.bis == bis) { in hci_conn_hash_lookup_per_adv_bis()1322 if (cig != c->iso_qos.ucast.cig) in hci_conn_hash_lookup_cis()1326 if (id != c->iso_qos.ucast.cis) in hci_conn_hash_lookup_cis()1353 if (handle == c->iso_qos.ucast.cig) { in hci_conn_hash_lookup_cig()1376 if (handle == c->iso_qos.bcast.big) { in hci_conn_hash_lookup_big()1400 if (handle == c->iso_qos.bcast.big && num_bis == c->num_bis) { in hci_conn_hash_lookup_big_sync_pend()1424 if (handle == c->iso_qos.bcast.big) { in hci_conn_hash_lookup_big_state()[all …]