Lines Matching defs:cig
670 u8 cig;
873 if (!bacmp(&conn->dst, BDADDR_ANY) || d->cig != conn->iso_qos.ucast.cig)
888 if (conn->iso_qos.ucast.cig == BT_ISO_QOS_CIG_UNSET)
892 d.cig = conn->iso_qos.ucast.cig;
905 hci_le_remove_cig(hdev, conn->iso_qos.ucast.cig);
1873 if (qos->ucast.cig == BT_ISO_QOS_CIG_UNSET) {
1874 for (data.cig = 0x00; data.cig < 0xf0; data.cig++) {
1888 if (data.cig == 0xf0)
1892 qos->ucast.cig = data.cig;
1896 if (hci_conn_hash_lookup_cis(hdev, NULL, 0, qos->ucast.cig,
1903 for (data.cig = qos->ucast.cig, data.cis = 0x00; data.cis < 0xf0;
1905 if (!hci_conn_hash_lookup_cis(hdev, NULL, 0, data.cig,
1918 UINT_PTR(qos->ucast.cig), NULL) < 0)
1930 cis = hci_conn_hash_lookup_cis(hdev, dst, dst_type, qos->ucast.cig,
1939 cis->iso_qos.ucast.cig = BT_ISO_QOS_CIG_UNSET;