Home
last modified time | relevance | path

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

/f-stack/freebsd/netgraph/bluetooth/l2cap/
H A Dng_l2cap_cmds.c118 case NG_L2CAP_CON_REQ: in ng_l2cap_con_wakeup()
276 case NG_L2CAP_CON_REQ: in ng_l2cap_con_fail()
376 case NG_L2CAP_CON_REQ: in ng_l2cap_process_command_timeout()
H A Dng_l2cap_cmds.h102 c->hdr.code = NG_L2CAP_CON_REQ; \
H A Dng_l2cap_evnt.c216 case NG_L2CAP_CON_REQ: in ng_l2cap_process_signal_cmd()
409 case NG_L2CAP_CON_REQ: in ng_l2cap_process_cmd_rej()
H A Dng_l2cap_ulpi.c116 NG_L2CAP_CON_REQ, msg->header.token); in ng_l2cap_l2ca_con_req()
/f-stack/freebsd/netgraph/bluetooth/include/
H A Dng_l2cap.h215 #define NG_L2CAP_CON_REQ 0x02 macro