Home
last modified time | relevance | path

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

/freebsd/sys/netgraph/bluetooth/l2cap/
H A Dng_l2cap_cmds.c127 case NG_L2CAP_CON_RSP: in ng_l2cap_con_wakeup()
279 case NG_L2CAP_CON_RSP: in ng_l2cap_con_fail()
H A Dng_l2cap_evnt.c219 case NG_L2CAP_CON_RSP: in ng_l2cap_process_signal_cmd()
1326 cmd = ng_l2cap_new_cmd(con, NULL, ident, NG_L2CAP_CON_RSP, 0); in send_l2cap_con_rej()
H A Dng_l2cap_cmds.h124 c->hdr.code = NG_L2CAP_CON_RSP; \
H A Dng_l2cap_ulpi.c309 cmd = ng_l2cap_new_cmd(con, ch, ip->ident, NG_L2CAP_CON_RSP, in ng_l2cap_l2ca_con_rsp_req()
/freebsd/sys/netgraph/bluetooth/include/
H A Dng_l2cap.h221 #define NG_L2CAP_CON_RSP 0x03 macro