Home
last modified time | relevance | path

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

/f-stack/freebsd/netgraph/bluetooth/l2cap/
H A Dng_l2cap_llpi.c309 con = ng_l2cap_con_by_handle(l2cap, ep->con_handle); in ng_l2cap_lp_discon_ind()
360 con = ng_l2cap_con_by_handle(l2cap, con_handle); in ng_l2cap_lp_qos_req()
460 con = ng_l2cap_con_by_handle(l2cap, ep->con_handle); in ng_l2cap_lp_qos_ind()
505 con = ng_l2cap_con_by_handle(l2cap, ep->con_handle); in ng_l2cap_lp_enc_change()
696 con = ng_l2cap_con_by_handle(l2cap, con_handle); in ng_l2cap_lp_receive()
885 con = ng_l2cap_con_by_handle(l2cap, con_handle); in ng_l2cap_process_lp_timeout()
931 con = ng_l2cap_con_by_handle(l2cap, con_handle); in ng_l2cap_process_discon_timeout()
H A Dng_l2cap_misc.h49 ng_l2cap_con_p ng_l2cap_con_by_handle (ng_l2cap_p, u_int16_t);
H A Dng_l2cap_cmds.c356 con = ng_l2cap_con_by_handle(l2cap, con_handle); in ng_l2cap_process_command_timeout()
H A Dng_l2cap_misc.c318 ng_l2cap_con_by_handle(ng_l2cap_p l2cap, u_int16_t con_handle) in ng_l2cap_con_by_handle() function
H A Dng_l2cap_main.c304 con = ng_l2cap_con_by_handle(l2cap, in ng_l2cap_lower_rcvmsg()