Lines Matching refs:cig
727 u8 cig;
898 if (!bacmp(&conn->dst, BDADDR_ANY) || d->cig != conn->iso_qos.ucast.cig)
913 if (conn->iso_qos.ucast.cig == BT_ISO_QOS_CIG_UNSET)
917 d.cig = conn->iso_qos.ucast.cig;
928 hci_le_remove_cig(hdev, conn->iso_qos.ucast.cig);
1836 if (qos->ucast.cig == BT_ISO_QOS_CIG_UNSET) {
1837 for (data.cig = 0x00; data.cig < 0xf0; data.cig++) {
1851 if (data.cig == 0xf0)
1855 qos->ucast.cig = data.cig;
1859 if (hci_conn_hash_lookup_cis(hdev, NULL, 0, qos->ucast.cig,
1866 for (data.cig = qos->ucast.cig, data.cis = 0x00; data.cis < 0xf0;
1868 if (!hci_conn_hash_lookup_cis(hdev, NULL, 0, data.cig,
1881 UINT_PTR(qos->ucast.cig), NULL) < 0)
1892 cis = hci_conn_hash_lookup_cis(hdev, dst, dst_type, qos->ucast.cig,
1900 cis->iso_qos.ucast.cig = BT_ISO_QOS_CIG_UNSET;