Home
last modified time | relevance | path

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

/dragonfly/sys/netgraph7/bluetooth/l2cap/
H A Dng_l2cap_evnt.c71 static int send_l2cap_reject
256 send_l2cap_reject(con, hdr->ident, in ng_l2cap_process_signal_cmd()
511 send_l2cap_reject(con, ident, NG_L2CAP_REJ_INVALID_CID, 0, scid, dcid); in ng_l2cap_process_con_rsp()
645 send_l2cap_reject(con, ident, NG_L2CAP_REJ_INVALID_CID, 0, 0, dcid); in ng_l2cap_process_cfg_req()
799 send_l2cap_reject(con, ident, NG_L2CAP_REJ_INVALID_CID, 0, scid, 0); in ng_l2cap_process_cfg_rsp()
890 send_l2cap_reject(con, ident, NG_L2CAP_REJ_INVALID_CID, 0, scid, dcid); in ng_l2cap_process_discon_req()
1172 send_l2cap_reject(ng_l2cap_con_p con, u_int8_t ident, u_int16_t reason, in send_l2cap_reject() function