Home
last modified time | relevance | path

Searched refs:BT_ISO_QOS_CIS_UNSET (Results 1 – 3 of 3) sorted by relevance

/linux/include/net/bluetooth/
H A Dbluetooth.h163 #define BT_ISO_QOS_CIS_UNSET 0xff macro
/linux/net/bluetooth/
H A Dhci_conn.c1847 if (qos->ucast.cis != BT_ISO_QOS_CIS_UNSET) { in hci_le_set_cig_params()
1865 if (qos->ucast.cis == BT_ISO_QOS_CIS_UNSET) in hci_le_set_cig_params()
1890 cis->iso_qos.ucast.cis = BT_ISO_QOS_CIS_UNSET; in hci_bind_cis()
H A Diso.c1551 if (qos->ucast.cis > 0xef && qos->ucast.cis != BT_ISO_QOS_CIS_UNSET) in check_ucast_qos()