Home
last modified time | relevance | path

Searched refs:BT_ISO_QOS_CIG_UNSET (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/include/net/bluetooth/
H A Dbluetooth.h161 #define BT_ISO_QOS_CIG_UNSET 0xff macro
/openbmc/linux/net/bluetooth/
H A Dhci_conn.c914 if (conn->iso_qos.ucast.cig == BT_ISO_QOS_CIG_UNSET) in cis_cleanup()
1875 if (qos->ucast.cig == BT_ISO_QOS_CIG_UNSET) { in hci_le_set_cig_params()
1939 cis->iso_qos.ucast.cig = BT_ISO_QOS_CIG_UNSET; in hci_bind_cis()
H A Dhci_sync.c6320 u8 cig = BT_ISO_QOS_CIG_UNSET; in hci_le_create_cis_sync()
6370 cig = BT_ISO_QOS_CIG_UNSET; in hci_le_create_cis_sync()
6375 if (cig != BT_ISO_QOS_CIG_UNSET) in hci_le_create_cis_sync()
6379 if (cig == BT_ISO_QOS_CIG_UNSET) in hci_le_create_cis_sync()
H A Diso.c1278 if (qos->ucast.cig > 0xef && qos->ucast.cig != BT_ISO_QOS_CIG_UNSET) in check_ucast_qos()