Searched refs:ng_l2cap_con_by_handle (Results 1 – 5 of 5) sorted by relevance
| /f-stack/freebsd/netgraph/bluetooth/l2cap/ |
| H A D | ng_l2cap_llpi.c | 309 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 D | ng_l2cap_misc.h | 49 ng_l2cap_con_p ng_l2cap_con_by_handle (ng_l2cap_p, u_int16_t);
|
| H A D | ng_l2cap_cmds.c | 356 con = ng_l2cap_con_by_handle(l2cap, con_handle); in ng_l2cap_process_command_timeout()
|
| H A D | ng_l2cap_misc.c | 318 ng_l2cap_con_by_handle(ng_l2cap_p l2cap, u_int16_t con_handle) in ng_l2cap_con_by_handle() function
|
| H A D | ng_l2cap_main.c | 304 con = ng_l2cap_con_by_handle(l2cap, in ng_l2cap_lower_rcvmsg()
|