Home
last modified time | relevance | path

Searched refs:NG_L2CAP_CON_REQ (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/netgraph/bluetooth/l2cap/
H A Dng_l2cap_cmds.c117 case NG_L2CAP_CON_REQ: in ng_l2cap_con_wakeup()
275 case NG_L2CAP_CON_REQ: in ng_l2cap_con_fail()
375 case NG_L2CAP_CON_REQ: in ng_l2cap_process_command_timeout()
H A Dng_l2cap_evnt.c215 case NG_L2CAP_CON_REQ: in ng_l2cap_process_signal_cmd()
408 case NG_L2CAP_CON_REQ: in ng_l2cap_process_cmd_rej()
H A Dng_l2cap_cmds.h101 c->hdr.code = NG_L2CAP_CON_REQ; \
H A Dng_l2cap_ulpi.c115 NG_L2CAP_CON_REQ, msg->header.token); in ng_l2cap_l2ca_con_req()
/freebsd/sys/netgraph/bluetooth/include/
H A Dng_l2cap.h214 #define NG_L2CAP_CON_REQ 0x02 macro