Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/netgraph/bluetooth/l2cap/
Dng_l2cap_cmds.c90 case NG_L2CAP_DISCON_RSP: in ng_l2cap_con_wakeup()
256 case NG_L2CAP_DISCON_RSP: in ng_l2cap_con_fail()
Dng_l2cap_evnt.c225 case NG_L2CAP_DISCON_RSP: in ng_l2cap_process_signal_cmd()
871 cmd = ng_l2cap_new_cmd(con, NULL, ident, NG_L2CAP_DISCON_RSP, 0); in ng_l2cap_process_discon_req()
Dng_l2cap_cmds.h314 c->hdr.code = NG_L2CAP_DISCON_RSP; \
/freebsd-9-stable/sys/netgraph/bluetooth/include/
Dng_l2cap.h263 #define NG_L2CAP_DISCON_RSP 0x07 macro