Home
last modified time | relevance | path

Searched refs:acl_handle (Results 1 – 3 of 3) sorted by relevance

/linux/include/net/bluetooth/
H A Dhci.h2179 __le16 acl_handle;
3102 __le16 acl_handle;
2168 __le16 acl_handle; global() member
2893 __le16 acl_handle; global() member
/linux/net/bluetooth/
H A Dhci_event.c7034 u16 acl_handle, cis_handle; in hci_le_cis_req_evt() local
7039 acl_handle = __le16_to_cpu(ev->acl_handle); in hci_le_cis_req_evt()
7043 acl_handle, cis_handle, ev->cig_id, ev->cis_id); in hci_le_cis_req_evt()
7047 acl = hci_conn_hash_lookup_handle(hdev, acl_handle); in hci_le_cis_req_evt()
H A Dhci_sync.c6767 cis->acl_handle = cpu_to_le16(conn->parent->handle); in hci_le_create_cis_sync()