Home
last modified time | relevance | path

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

/freebsd/sys/netgraph/bluetooth/l2cap/
H A Dng_l2cap_llpi.c687 pb = NG_HCI_PB_FLAG(acl_hdr->con_handle); in ng_l2cap_lp_receive()
/freebsd/sys/netgraph/bluetooth/include/
H A Dng_hci.h391 #define NG_HCI_PB_FLAG(h) (((h) & 0x3000) >> 12)
389 #define NG_HCI_PB_FLAG( global() macro