Lines Matching refs:bcast

698 	if (d->big != conn->iso_qos.bcast.big || d->bis == BT_ISO_QOS_BIS_UNSET ||  in bis_list()
699 d->bis != conn->iso_qos.bcast.bis) in bis_list()
732 bt_dev_dbg(hdev, "big 0x%2.2x bis 0x%2.2x", conn->iso_qos.bcast.big, in hci_le_terminate_big()
733 conn->iso_qos.bcast.bis); in hci_le_terminate_big()
739 d->big = conn->iso_qos.bcast.big; in hci_le_terminate_big()
740 d->bis = conn->iso_qos.bcast.bis; in hci_le_terminate_big()
811 bis = hci_conn_hash_lookup_big(hdev, conn->iso_qos.bcast.big); in bis_cleanup()
818 conn->iso_qos.bcast.big); in bis_cleanup()
823 hci_le_big_terminate(hdev, conn->iso_qos.bcast.big, in bis_cleanup()
1417 if (qos->bcast.big == BT_ISO_QOS_BIG_UNSET) { in qos_set_big()
1429 qos->bcast.big = big; in qos_set_big()
1441 if (qos->bcast.bis == BT_ISO_QOS_BIS_UNSET) { in qos_set_bis()
1457 qos->bcast.bis = bis; in qos_set_bis()
1487 conn = hci_conn_hash_lookup_per_adv_bis(hdev, dst, qos->bcast.big, in hci_add_bis()
1488 qos->bcast.big); in hci_add_bis()
1495 conn = hci_conn_hash_lookup_big(hdev, qos->bcast.big); in hci_add_bis()
1703 data.big = qos->bcast.big; in hci_le_create_big()
1704 data.bis = qos->bcast.bis; in hci_le_create_big()
1711 cp.handle = qos->bcast.big; in hci_le_create_big()
1712 cp.adv_handle = qos->bcast.bis; in hci_le_create_big()
1714 hci_cpu_to_le24(qos->bcast.out.interval, cp.bis.sdu_interval); in hci_le_create_big()
1715 cp.bis.sdu = cpu_to_le16(qos->bcast.out.sdu); in hci_le_create_big()
1716 cp.bis.latency = cpu_to_le16(qos->bcast.out.latency); in hci_le_create_big()
1717 cp.bis.rtn = qos->bcast.out.rtn; in hci_le_create_big()
1718 cp.bis.phy = qos->bcast.out.phy; in hci_le_create_big()
1719 cp.bis.packing = qos->bcast.packing; in hci_le_create_big()
1720 cp.bis.framing = qos->bcast.framing; in hci_le_create_big()
1721 cp.bis.encryption = qos->bcast.encryption; in hci_le_create_big()
1722 memcpy(cp.bis.bcode, qos->bcast.bcode, sizeof(cp.bis.bcode)); in hci_le_create_big()
2015 if (qos->bcast.out.phy == 0x02) in create_big_sync()
2019 interval = (qos->bcast.out.interval / 1250) * qos->bcast.sync_factor; in create_big_sync()
2021 if (qos->bcast.bis) in create_big_sync()
2024 err = hci_start_per_adv_sync(hdev, qos->bcast.bis, conn->le_per_adv_data_len, in create_big_sync()
2074 cp->options = qos->bcast.options; in hci_pa_create_sync()
2078 cp->skip = cpu_to_le16(qos->bcast.skip); in hci_pa_create_sync()
2079 cp->sync_timeout = cpu_to_le16(qos->bcast.sync_timeout); in hci_pa_create_sync()
2080 cp->sync_cte_type = qos->bcast.sync_cte_type; in hci_pa_create_sync()
2104 hcon->iso_qos.bcast.big = qos->bcast.big; in hci_le_big_create_sync()
2107 pdu.cp.handle = qos->bcast.big; in hci_le_big_create_sync()
2109 pdu.cp.encryption = qos->bcast.encryption; in hci_le_big_create_sync()
2110 memcpy(pdu.cp.bcode, qos->bcast.bcode, sizeof(pdu.cp.bcode)); in hci_le_big_create_sync()
2111 pdu.cp.mse = qos->bcast.mse; in hci_le_big_create_sync()
2112 pdu.cp.timeout = cpu_to_le16(qos->bcast.timeout); in hci_le_big_create_sync()
2143 conn = hci_conn_hash_lookup_big_state(hdev, qos->bcast.big, BT_OPEN); in hci_bind_bis()
2160 conn->le_tx_phy = qos->bcast.out.phy; in hci_bind_bis()
2161 conn->le_tx_phy = qos->bcast.out.phy; in hci_bind_bis()
2169 hci_iso_qos_setup(hdev, conn, &qos->bcast.out, in hci_bind_bis()
2178 conn->iso_qos.bcast.big); in hci_bind_bis()
2197 if (d->big != conn->iso_qos.bcast.big || in bis_mark_per_adv()
2199 d->bis != conn->iso_qos.bcast.bis) in bis_mark_per_adv()
2220 data.big = qos->bcast.big; in hci_connect_bis()
2221 data.bis = qos->bcast.bis; in hci_connect_bis()