Home
last modified time | relevance | path

Searched refs:ng_l2cap_lp_send (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/netgraph/bluetooth/l2cap/
H A Dng_l2cap_cmds.c104 (void) ng_l2cap_lp_send(con, NG_L2CAP_SIGNAL_CID, m); in ng_l2cap_con_wakeup()
109 (void) ng_l2cap_lp_send(con, in ng_l2cap_con_wakeup()
119 error = ng_l2cap_lp_send(con, NG_L2CAP_SIGNAL_CID, m); in ng_l2cap_con_wakeup()
129 error = ng_l2cap_lp_send(con, NG_L2CAP_SIGNAL_CID, m); in ng_l2cap_con_wakeup()
142 error = ng_l2cap_lp_send(con, NG_L2CAP_SIGNAL_CID, m); in ng_l2cap_con_wakeup()
154 error = ng_l2cap_lp_send(con, NG_L2CAP_SIGNAL_CID, m); in ng_l2cap_con_wakeup()
164 error = ng_l2cap_lp_send(con, NG_L2CAP_SIGNAL_CID, m); in ng_l2cap_con_wakeup()
175 error = ng_l2cap_lp_send(con, NG_L2CAP_SIGNAL_CID, m); in ng_l2cap_con_wakeup()
187 error = ng_l2cap_lp_send(con, NG_L2CAP_SIGNAL_CID, m); in ng_l2cap_con_wakeup()
211 error = ng_l2cap_lp_send(con, cmd->ch->dcid, m); in ng_l2cap_con_wakeup()
[all …]
H A Dng_l2cap_llpi.h47 int ng_l2cap_lp_send (ng_l2cap_con_p, u_int16_t,struct mbuf *);
H A Dng_l2cap_llpi.c544 ng_l2cap_lp_send(ng_l2cap_con_p con, u_int16_t dcid, struct mbuf *m0) in ng_l2cap_lp_send() function