Home
last modified time | relevance | path

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

/f-stack/freebsd/netgraph/bluetooth/l2cap/
H A Dng_l2cap_llpi.c688 pb = NG_HCI_PB_FLAG(acl_hdr->con_handle); in ng_l2cap_lp_receive()
/f-stack/freebsd/netgraph/bluetooth/include/
H A Dng_hci.h390 #define NG_HCI_PB_FLAG(h) (((h) & 0x3000) >> 12) macro