Searched refs:cig_id (Results 1 – 4 of 4) sorted by relevance
/linux-6.6.21/include/net/bluetooth/ |
D | hci.h | 2118 __u8 cig_id; member 2132 __u8 cig_id; member 2150 __u8 cig_id; member 2830 __u8 cig_id; member
|
/linux-6.6.21/net/bluetooth/ |
D | hci_conn.c | 1775 u8 cig_id = PTR_UINT(data); in set_cig_params_sync() local 1781 conn = hci_conn_hash_lookup_cig(hdev, cig_id); in set_cig_params_sync() 1788 pdu.cp.cig_id = cig_id; in set_cig_params_sync() 1805 conn = hci_conn_hash_lookup_cis(hdev, NULL, 0, cig_id, cis_id); in set_cig_params_sync()
|
D | hci_event.c | 3850 rp->cig_id != cp->cig_id)) { in hci_cc_le_set_cig_params() 3865 hci_unbound_cis_failed(hdev, rp->cig_id, status); in hci_cc_le_set_cig_params() 3877 conn = hci_conn_hash_lookup_cis(hdev, NULL, 0, rp->cig_id, in hci_cc_le_set_cig_params() 7011 acl_handle, cis_handle, ev->cig_id, ev->cis_id); in hci_le_cis_req_evt() 7035 cis->iso_qos.ucast.cig = ev->cig_id; in hci_le_cis_req_evt()
|
D | hci_sync.c | 6460 cp.cig_id = handle; in hci_le_remove_cig_sync()
|