Home
last modified time | relevance | path

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

/f-stack/freebsd/netgraph/bluetooth/l2cap/
H A Dng_l2cap_cmds.c174 case NG_L2CAP_ECHO_REQ: in ng_l2cap_con_wakeup()
297 case NG_L2CAP_ECHO_REQ: in ng_l2cap_con_fail()
390 case NG_L2CAP_ECHO_REQ: in ng_l2cap_process_command_timeout()
H A Dng_l2cap_cmds.h355 c->code = NG_L2CAP_ECHO_REQ; \
H A Dng_l2cap_evnt.c240 case NG_L2CAP_ECHO_REQ: in ng_l2cap_process_signal_cmd()
423 case NG_L2CAP_ECHO_REQ: in ng_l2cap_process_cmd_rej()
H A Dng_l2cap_ulpi.c1524 NG_L2CAP_ECHO_REQ, msg->header.token); in ng_l2cap_l2ca_ping_req()
/f-stack/freebsd/netgraph/bluetooth/include/
H A Dng_l2cap.h276 #define NG_L2CAP_ECHO_REQ 0x08 macro