Lines Matching refs:bis
761 u8 bis; member
779 if (d->big != conn->iso_qos.big || d->bis == BT_ISO_QOS_BIS_UNSET || in bis_list()
780 d->bis != conn->iso_qos.bis) in bis_list()
801 bt_dev_dbg(hdev, "big 0x%2.2x bis 0x%2.2x", d->big, d->bis); in terminate_big_sync()
803 hci_remove_ext_adv_instance_sync(hdev, d->bis, NULL); in terminate_big_sync()
821 static int hci_le_terminate_big(struct hci_dev *hdev, u8 big, u8 bis) in hci_le_terminate_big() argument
826 bt_dev_dbg(hdev, "big 0x%2.2x bis 0x%2.2x", big, bis); in hci_le_terminate_big()
833 d->bis = bis; in hci_le_terminate_big()
901 conn->iso_qos.bis); in bis_cleanup()
1409 data.bis = 0xff; in qos_set_big()
1432 if (qos->bis == BT_ISO_QOS_BIS_UNSET) { in qos_set_bis()
1436 for (data.bis = 0x01; data.bis < hdev->le_num_of_adv_sets; in qos_set_bis()
1437 data.bis++) { in qos_set_bis()
1446 if (data.bis == hdev->le_num_of_adv_sets) in qos_set_bis()
1450 qos->bis = data.bis; in qos_set_bis()
1480 data.bis = qos->bis; in hci_add_bis()
1488 conn = hci_conn_hash_lookup_bis(hdev, dst, qos->big, qos->bis); in hci_add_bis()
1683 cp.adv_handle = qos->bis; in hci_le_create_big()
1685 hci_cpu_to_le24(qos->out.interval, cp.bis.sdu_interval); in hci_le_create_big()
1686 cp.bis.sdu = cpu_to_le16(qos->out.sdu); in hci_le_create_big()
1687 cp.bis.latency = cpu_to_le16(qos->out.latency); in hci_le_create_big()
1688 cp.bis.rtn = qos->out.rtn; in hci_le_create_big()
1689 cp.bis.phy = qos->out.phy; in hci_le_create_big()
1690 cp.bis.packing = qos->packing; in hci_le_create_big()
1691 cp.bis.framing = qos->framing; in hci_le_create_big()
1692 cp.bis.encryption = 0x00; in hci_le_create_big()
1693 memset(&cp.bis.bcode, 0, sizeof(cp.bis.bcode)); in hci_le_create_big()
2017 if (qos->bis) in create_big_sync()
2020 err = hci_start_per_adv_sync(hdev, qos->bis, conn->le_per_adv_data_len, in create_big_sync()
2079 __u16 sync_handle, __u8 num_bis, __u8 bis[]) in hci_le_big_create_sync() argument
2083 __u8 bis[0x11]; in hci_le_big_create_sync() member
2087 if (num_bis > sizeof(pdu.bis)) in hci_le_big_create_sync()
2098 memcpy(pdu.bis, bis, num_bis); in hci_le_big_create_sync()