Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/net/bluetooth/
Dhci.h669 #define acl_handle_pack(h, f) (__u16)((h & 0x0fff)|(f << 12)) macro
/linux-2.4.37.9/net/bluetooth/
Dhci_core.c1040 ah->handle = __cpu_to_le16(acl_handle_pack(handle, flags)); in hci_add_acl_hdr()