Home
last modified time | relevance | path

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

/linux-3.4.99/include/net/bluetooth/ !
Dhci.h1308 #define hci_handle_pack(h, f) (__u16) ((h & 0x0fff)|(f << 12)) macro
/linux-3.4.99/net/bluetooth/ !
Dhci_core.c2232 hdr->handle = cpu_to_le16(hci_handle_pack(handle, flags)); in hci_add_acl_hdr()