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

/freebsd-13-stable/sys/netgraph/bluetooth/l2cap/
H A Dng_l2cap_evnt.c76 static int send_l2cap_reject
267 send_l2cap_reject(con, hdr->ident,
349 send_l2cap_reject(con, hdr->ident,
372 //send_l2cap_reject(con,ident ... );
634 send_l2cap_reject(con, ident, NG_L2CAP_REJ_INVALID_CID, 0, scid, dcid);
767 send_l2cap_reject(con, ident, NG_L2CAP_REJ_INVALID_CID, 0, 0, dcid);
921 send_l2cap_reject(con, ident, NG_L2CAP_REJ_INVALID_CID, 0, scid, 0);
1012 send_l2cap_reject(con, ident, NG_L2CAP_REJ_INVALID_CID, 0, scid, dcid);
1294 send_l2cap_reject(ng_l2cap_con_p con, u_int8_t ident, u_int16_t reason, function
1315 } /* send_l2cap_reject */
[all...]

Completed in 53 milliseconds