Searched refs:send_l2cap_reject (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/netgraph/bluetooth/l2cap/
H A Dng_l2cap_evnt.c74 static int send_l2cap_reject
265 send_l2cap_reject(con, hdr->ident,
347 send_l2cap_reject(con, hdr->ident,
370 //send_l2cap_reject(con,ident ... );
632 send_l2cap_reject(con, ident, NG_L2CAP_REJ_INVALID_CID, 0, scid, dcid);
766 send_l2cap_reject(con, ident, NG_L2CAP_REJ_INVALID_CID, 0, 0, dcid);
920 send_l2cap_reject(con, ident, NG_L2CAP_REJ_INVALID_CID, 0, scid, 0);
1011 send_l2cap_reject(con, ident, NG_L2CAP_REJ_INVALID_CID, 0, scid, dcid);
1293 send_l2cap_reject(ng_l2cap_con_p con, u_int8_t ident, u_int16_t reason, function
1314 } /* send_l2cap_reject */
[all...]

Completed in 53 milliseconds