Home
last modified time | relevance | path

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

/freebsd/sys/netgraph/bluetooth/l2cap/
H A Dng_l2cap_evnt.c75 static int send_l2cap_reject
266 send_l2cap_reject(con, hdr->ident, in ng_l2cap_process_signal_cmd()
348 send_l2cap_reject(con, hdr->ident, in ng_l2cap_process_lesignal_cmd()
633 send_l2cap_reject(con, ident, NG_L2CAP_REJ_INVALID_CID, 0, scid, dcid); in ng_l2cap_process_con_rsp()
766 send_l2cap_reject(con, ident, NG_L2CAP_REJ_INVALID_CID, 0, 0, dcid); in ng_l2cap_process_cfg_req()
920 send_l2cap_reject(con, ident, NG_L2CAP_REJ_INVALID_CID, 0, scid, 0); in ng_l2cap_process_cfg_rsp()
1011 send_l2cap_reject(con, ident, NG_L2CAP_REJ_INVALID_CID, 0, scid, dcid); in ng_l2cap_process_discon_req()
1293 send_l2cap_reject(ng_l2cap_con_p con, u_int8_t ident, u_int16_t reason, in send_l2cap_reject() function