Home
last modified time | relevance | path

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

/linux-6.15/net/bluetooth/
H A Dhci_core.c3165 hdr->handle = cpu_to_le16(hci_handle_pack(handle, flags)); in hci_add_acl_hdr()
3262 hdr->handle = cpu_to_le16(hci_handle_pack(handle, flags)); in hci_add_iso_hdr()
/linux-6.15/include/net/bluetooth/
H A Dhci.h2967 #define hci_handle_pack(h, f) ((__u16) ((h & 0x0fff)|(f << 12))) macro