Home
last modified time | relevance | path

Searched refs:cig (Results 1 – 6 of 6) sorted by relevance

/linux/net/bluetooth/
H A Dhci_conn.c671 u8 cig; member
864 if (!bacmp(&conn->dst, BDADDR_ANY) || d->cig != conn->iso_qos.ucast.cig) in find_cis()
879 if (conn->iso_qos.ucast.cig == BT_ISO_QOS_CIG_UNSET) in cis_cleanup()
883 d.cig = conn->iso_qos.ucast.cig; in cis_cleanup()
896 hci_le_remove_cig(hdev, conn->iso_qos.ucast.cig); in cis_cleanup()
1838 if (qos->ucast.cig == BT_ISO_QOS_CIG_UNSET) { in hci_le_set_cig_params()
1839 for (data.cig = 0x00; data.cig < in hci_le_set_cig_params()
[all...]
H A Dhci_sync.c6625 u8 cig = BT_ISO_QOS_CIG_UNSET; in hci_le_create_cis_sync() local
6667 cig = conn->iso_qos.ucast.cig; in hci_le_create_cis_sync()
6671 link->iso_qos.ucast.cig == cig && in hci_le_create_cis_sync()
6673 cig = BT_ISO_QOS_CIG_UNSET; in hci_le_create_cis_sync()
6678 if (cig != BT_ISO_QOS_CIG_UNSET) in hci_le_create_cis_sync()
6682 if (cig == BT_ISO_QOS_CIG_UNSET) in hci_le_create_cis_sync()
6689 conn->iso_qos.ucast.cig != cig) in hci_le_create_cis_sync()
[all...]
H A Diso.c1579 if (qos->ucast.cig > 0xef && qos->ucast.cig != BT_ISO_QOS_CIG_UNSET) in check_ucast_qos()
H A Dhci_event.c3765 static void hci_unbound_cis_failed(struct hci_dev *hdev, u8 cig, u8 status) in hci_unbound_cis_failed() argument
3773 conn->state == BT_OPEN || conn->iso_qos.ucast.cig != cig) in hci_unbound_cis_failed()
6820 bt_dev_dbg(hdev, "acl 0x%4.4x handle 0x%4.4x cig 0x%2.2x cis 0x%2.2x", in hci_le_cis_req_evt()
6845 cis->iso_qos.ucast.cig = ev->cig_id; in hci_le_cis_req_evt()
/linux/include/net/bluetooth/
H A Dbluetooth.h181 __u8 cig; member
H A Dhci_core.h1255 __u8 cig, in hci_conn_hash_lookup_cis() argument
1268 if (cig != c->iso_qos.ucast.cig) in hci_conn_hash_lookup_cis()
1299 if (handle == c->iso_qos.ucast.cig) { in hci_conn_hash_lookup_cig()