Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/netgraph/bluetooth/l2cap/
HDng_l2cap_cmds.c89 case NG_L2CAP_DISCON_RSP: in ng_l2cap_con_wakeup()
268 case NG_L2CAP_DISCON_RSP: in ng_l2cap_con_fail()
HDng_l2cap_evnt.c234 case NG_L2CAP_DISCON_RSP: in ng_l2cap_process_signal_cmd()
992 cmd = ng_l2cap_new_cmd(con, NULL, ident, NG_L2CAP_DISCON_RSP, 0); in ng_l2cap_process_discon_req()
HDng_l2cap_cmds.h333 c->hdr.code = NG_L2CAP_DISCON_RSP; \
/freebsd-11-stable/sys/netgraph/bluetooth/include/
HDng_l2cap.h271 #define NG_L2CAP_DISCON_RSP 0x07 macro