Searched refs:cig (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-6.6/net/bluetooth/ |
H A D | hci_conn.c | 727 u8 cig; member 898 if (!bacmp(&conn->dst, BDADDR_ANY) || d->cig != conn->iso_qos.ucast.cig) in find_cis() 913 if (conn->iso_qos.ucast.cig == BT_ISO_QOS_CIG_UNSET) in cis_cleanup() 917 d.cig = conn->iso_qos.ucast.cig; in cis_cleanup() 928 hci_le_remove_cig(hdev, conn->iso_qos.ucast.cig); in cis_cleanup() 1836 if (qos->ucast.cig == BT_ISO_QOS_CIG_UNSET) { in hci_le_set_cig_params() 1837 for (data.cig = 0x00; data.cig < in hci_le_set_cig_params() [all...] |
H A D | hci_sync.c | 6378 u8 cig = BT_ISO_QOS_CIG_UNSET; in hci_le_create_cis_sync() local 6422 cig = conn->iso_qos.ucast.cig; in hci_le_create_cis_sync() 6426 link->iso_qos.ucast.cig == cig && in hci_le_create_cis_sync() 6428 cig = BT_ISO_QOS_CIG_UNSET; in hci_le_create_cis_sync() 6433 if (cig != BT_ISO_QOS_CIG_UNSET) in hci_le_create_cis_sync() 6437 if (cig == BT_ISO_QOS_CIG_UNSET) in hci_le_create_cis_sync() 6444 conn->iso_qos.ucast.cig != cig) in hci_le_create_cis_sync() [all...] |
H A D | iso.c | 1278 if (qos->ucast.cig > 0xef && qos->ucast.cig != BT_ISO_QOS_CIG_UNSET) in check_ucast_qos()
|
H A D | hci_event.c | 3815 static void hci_unbound_cis_failed(struct hci_dev *hdev, u8 cig, u8 status) in hci_unbound_cis_failed() argument 3823 conn->state == BT_OPEN || conn->iso_qos.ucast.cig != cig) in hci_unbound_cis_failed() 7010 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() 7035 cis->iso_qos.ucast.cig = ev->cig_id; in hci_le_cis_req_evt()
|
/kernel/linux/linux-6.6/include/net/bluetooth/ |
H A D | bluetooth.h | 176 __u8 cig; member
|
H A D | hci_core.h | 1222 __u8 cig, in hci_conn_hash_lookup_cis() 1235 if (cig != c->iso_qos.ucast.cig) in hci_conn_hash_lookup_cis() 1266 if (handle == c->iso_qos.ucast.cig) { in hci_conn_hash_lookup_cig() 1219 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
|
Completed in 26 milliseconds