Home
last modified time | relevance | path

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

/f-stack/freebsd/netgraph/bluetooth/l2cap/
H A Dng_l2cap_cmds.c128 case NG_L2CAP_CON_RSP: in ng_l2cap_con_wakeup()
280 case NG_L2CAP_CON_RSP: in ng_l2cap_con_fail()
H A Dng_l2cap_cmds.h125 c->hdr.code = NG_L2CAP_CON_RSP; \
H A Dng_l2cap_evnt.c220 case NG_L2CAP_CON_RSP: in ng_l2cap_process_signal_cmd()
1327 cmd = ng_l2cap_new_cmd(con, NULL, ident, NG_L2CAP_CON_RSP, 0); in send_l2cap_con_rej()
H A Dng_l2cap_ulpi.c310 cmd = ng_l2cap_new_cmd(con, ch, ip->ident, NG_L2CAP_CON_RSP, in ng_l2cap_l2ca_con_rsp_req()
/f-stack/freebsd/netgraph/bluetooth/include/
H A Dng_l2cap.h222 #define NG_L2CAP_CON_RSP 0x03 macro