Searched refs:cis_handle (Results 1 - 3 of 3) sorted by relevance

/linux-master/net/bluetooth/
H A Dhci_event.c4315 handle = __le16_to_cpu(cp->cis[i].cis_handle);
6874 u16 acl_handle, cis_handle; local
6880 cis_handle = __le16_to_cpu(ev->cis_handle);
6883 acl_handle, cis_handle, ev->cig_id, ev->cis_id);
6893 hci_le_reject_cis(hdev, ev->cis_handle);
6897 cis = hci_conn_hash_lookup_handle(hdev, cis_handle);
6900 cis_handle);
6902 hci_le_reject_cis(hdev, ev->cis_handle);
6911 hci_le_accept_cis(hdev, ev->cis_handle);
[all...]
H A Dhci_sync.c6572 cis->cis_handle = cpu_to_le16(conn->handle);
/linux-master/include/net/bluetooth/
H A Dhci.h2159 __le16 cis_handle; member in struct:hci_cis
2853 __le16 cis_handle; member in struct:hci_evt_le_cis_req

Completed in 157 milliseconds