Home
last modified time | relevance | path

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

/Linux-v6.6/include/net/bluetooth/
Dbluetooth.h161 #define BT_ISO_QOS_CIG_UNSET 0xff macro
Dhci_core.h1228 if (cig != BT_ISO_QOS_CIG_UNSET && cig != c->iso_qos.ucast.cig) in hci_conn_hash_lookup_cis()
/Linux-v6.6/net/bluetooth/
Dhci_conn.c913 if (conn->iso_qos.ucast.cig == BT_ISO_QOS_CIG_UNSET) in cis_cleanup()
1834 if (qos->ucast.cig == BT_ISO_QOS_CIG_UNSET) { in hci_le_set_cig_params()
1898 cis->iso_qos.ucast.cig = BT_ISO_QOS_CIG_UNSET; in hci_bind_cis()
Dhci_sync.c6356 u8 cig = BT_ISO_QOS_CIG_UNSET; in hci_le_create_cis_sync()
6406 cig = BT_ISO_QOS_CIG_UNSET; in hci_le_create_cis_sync()
6411 if (cig != BT_ISO_QOS_CIG_UNSET) in hci_le_create_cis_sync()
6415 if (cig == BT_ISO_QOS_CIG_UNSET) in hci_le_create_cis_sync()
Diso.c1244 if (qos->ucast.cig > 0xef && qos->ucast.cig != BT_ISO_QOS_CIG_UNSET) in check_ucast_qos()