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

/linux-master/include/net/bluetooth/
H A Dhci.h2160 __le16 acl_handle; member in struct:hci_cis
2852 __le16 acl_handle; member in struct:hci_evt_le_cis_req
/linux-master/net/bluetooth/
H A Dhci_event.c6874 u16 acl_handle, cis_handle; local
6879 acl_handle = __le16_to_cpu(ev->acl_handle);
6883 acl_handle, cis_handle, ev->cig_id, ev->cis_id);
6887 acl = hci_conn_hash_lookup_handle(hdev, acl_handle);
H A Dhci_sync.c6571 cis->acl_handle = cpu_to_le16(conn->parent->handle);

Completed in 143 milliseconds