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

/linux-master/net/bluetooth/
H A Dhci_event.c4256 handle = __le16_to_cpu(cp->cis[i].cis_handle);
6762 u16 acl_handle, cis_handle; local
6768 cis_handle = __le16_to_cpu(ev->cis_handle);
6771 acl_handle, cis_handle, ev->cig_id, ev->cis_id);
6781 hci_le_reject_cis(hdev, ev->cis_handle);
6785 cis = hci_conn_hash_lookup_handle(hdev, cis_handle);
6788 cis_handle);
6790 hci_le_reject_cis(hdev, ev->cis_handle);
6799 hci_le_accept_cis(hdev, ev->cis_handle);
[all...]
H A Dhci_sync.c6451 cis->cis_handle = cpu_to_le16(conn->handle);
/linux-master/include/net/bluetooth/
H A Dhci.h2053 __le16 cis_handle; member in struct:hci_cis
2747 __le16 cis_handle; member in struct:hci_evt_le_cis_req

Completed in 330 milliseconds