Home
last modified time | relevance | path

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

/openbmc/linux/net/bluetooth/
H A Dhci_conn.c676 u8 cig; member
848 if (!bacmp(&conn->dst, BDADDR_ANY) || d->cig != conn->iso_qos.ucast.cig) in find_cis()
863 if (conn->iso_qos.ucast.cig == BT_ISO_QOS_CIG_UNSET) in cis_cleanup()
867 d.cig = conn->iso_qos.ucast.cig; in cis_cleanup()
878 hci_le_remove_cig(hdev, conn->iso_qos.ucast.cig); in cis_cleanup()
1794 if (qos->ucast.cig == BT_ISO_QOS_CIG_UNSET) { in hci_le_set_cig_params()
1795 for (data.cig = 0x00; data.cig < 0xf0; data.cig++) { in hci_le_set_cig_params()
1809 if (data.cig == 0xf0) in hci_le_set_cig_params()
1813 qos->ucast.cig = data.cig; in hci_le_set_cig_params()
1817 if (hci_conn_hash_lookup_cis(hdev, NULL, 0, qos->ucast.cig, in hci_le_set_cig_params()
[all …]
H A Dhci_sync.c6546 u8 cig = BT_ISO_QOS_CIG_UNSET; in hci_le_create_cis_sync() local
6590 cig = conn->iso_qos.ucast.cig; in hci_le_create_cis_sync()
6594 link->iso_qos.ucast.cig == cig && in hci_le_create_cis_sync()
6596 cig = BT_ISO_QOS_CIG_UNSET; in hci_le_create_cis_sync()
6601 if (cig != BT_ISO_QOS_CIG_UNSET) in hci_le_create_cis_sync()
6605 if (cig == BT_ISO_QOS_CIG_UNSET) in hci_le_create_cis_sync()
6612 conn->iso_qos.ucast.cig != cig) in hci_le_create_cis_sync()
H A Diso.c1358 if (qos->ucast.cig > 0xef && qos->ucast.cig != BT_ISO_QOS_CIG_UNSET) in check_ucast_qos()
H A Dhci_event.c3789 static void hci_unbound_cis_failed(struct hci_dev *hdev, u8 cig, u8 status) in hci_unbound_cis_failed()
3797 conn->state == BT_OPEN || conn->iso_qos.ucast.cig != cig)
6770 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()
6795 cis->iso_qos.ucast.cig = ev->cig_id; in hci_le_cis_req_evt()
3782 hci_unbound_cis_failed(struct hci_dev * hdev,u8 cig,u8 status) hci_unbound_cis_failed() argument
/openbmc/linux/include/net/bluetooth/
H A Dbluetooth.h179 __u8 cig; member
H A Dhci_core.h1196 __u8 cig, in hci_conn_hash_lookup_cis()
1209 if (cig != c->iso_qos.ucast.cig) in hci_conn_hash_lookup_cis()
1240 if (handle == c->iso_qos.ucast.cig) { in hci_conn_hash_lookup_cig()
1195 hci_conn_hash_lookup_cis(struct hci_dev * hdev,bdaddr_t * ba,__u8 ba_type,__u8 cig,__u8 id) hci_conn_hash_lookup_cis() argument