Searched refs:BT_ISO_QOS_CIG_UNSET (Results 1 – 4 of 4) sorted by relevance
162 #define BT_ISO_QOS_CIG_UNSET 0xff macro
878 if (conn->iso_qos.ucast.cig == BT_ISO_QOS_CIG_UNSET) in cis_cleanup()1825 if (qos->ucast.cig == BT_ISO_QOS_CIG_UNSET) { in hci_le_set_cig_params()1889 cis->iso_qos.ucast.cig = BT_ISO_QOS_CIG_UNSET; in hci_bind_cis()
6520 u8 cig = BT_ISO_QOS_CIG_UNSET; in hci_le_create_cis_sync()6568 cig = BT_ISO_QOS_CIG_UNSET; in hci_le_create_cis_sync()6573 if (cig != BT_ISO_QOS_CIG_UNSET) in hci_le_create_cis_sync()6577 if (cig == BT_ISO_QOS_CIG_UNSET) in hci_le_create_cis_sync()
1548 if (qos->ucast.cig > 0xef && qos->ucast.cig != BT_ISO_QOS_CIG_UNSET) in check_ucast_qos()