Home
last modified time | relevance | path

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

/f-stack/freebsd/netgraph/bluetooth/l2cap/
H A Dng_l2cap_cmds.c91 case NG_L2CAP_DISCON_RSP: in ng_l2cap_con_wakeup()
270 case NG_L2CAP_DISCON_RSP: in ng_l2cap_con_fail()
H A Dng_l2cap_cmds.h335 c->hdr.code = NG_L2CAP_DISCON_RSP; \
H A Dng_l2cap_evnt.c236 case NG_L2CAP_DISCON_RSP: in ng_l2cap_process_signal_cmd()
993 cmd = ng_l2cap_new_cmd(con, NULL, ident, NG_L2CAP_DISCON_RSP, 0); in ng_l2cap_process_discon_req()
/f-stack/freebsd/netgraph/bluetooth/include/
H A Dng_l2cap.h272 #define NG_L2CAP_DISCON_RSP 0x07 macro