Home
last modified time | relevance | path

Searched refs:hci_handle_pack (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/net/bluetooth/
Dhci_core.c3109 hdr->handle = cpu_to_le16(hci_handle_pack(handle, flags)); in hci_add_acl_hdr()
3216 hdr->handle = cpu_to_le16(hci_handle_pack(handle, flags)); in hci_add_iso_hdr()
/linux-6.1.9/include/net/bluetooth/
Dhci.h2926 #define hci_handle_pack(h, f) ((__u16) ((h & 0x0fff)|(f << 12))) macro