Home
last modified time | relevance | path

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

/dragonfly/sys/netgraph7/bluetooth/l2cap/
HDng_l2cap_cmds.c108 case NG_L2CAP_CON_REQ: in ng_l2cap_con_wakeup()
261 case NG_L2CAP_CON_REQ: in ng_l2cap_con_fail()
361 case NG_L2CAP_CON_REQ: in ng_l2cap_process_command_timeout()
HDng_l2cap_evnt.c205 case NG_L2CAP_CON_REQ: in ng_l2cap_process_signal_cmd()
299 case NG_L2CAP_CON_REQ: in ng_l2cap_process_cmd_rej()
HDng_l2cap_cmds.h100 c->hdr.code = NG_L2CAP_CON_REQ; \
HDng_l2cap_ulpi.c114 NG_L2CAP_CON_REQ, msg->header.token); in ng_l2cap_l2ca_con_req()
/dragonfly/sys/netgraph7/bluetooth/include/
HDng_l2cap.h207 #define NG_L2CAP_CON_REQ 0x02 macro