Home
last modified time | relevance | path

Searched refs:NG_L2CAP_CLT_CID (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/netgraph/bluetooth/include/
H A Dng_l2cap.h77 #define NG_L2CAP_CLT_CID 0x0002 /* connectionless channel ID */ macro
/f-stack/freebsd/netgraph/bluetooth/l2cap/
H A Dng_l2cap_cmds.c201 if (cmd->ch->dcid == NG_L2CAP_CLT_CID) { in ng_l2cap_con_wakeup()
H A Dng_l2cap_evnt.c139 case NG_L2CAP_CLT_CID: /* Connectionless packet */ in ng_l2cap_receive()
/f-stack/freebsd/netgraph/bluetooth/socket/
H A Dng_btsocket_l2cap.c1545 } else if (hdr->dcid == NG_L2CAP_CLT_CID) { in ng_btsocket_l2cap_data_input()