Searched refs:ng_l2cap_chan_by_conhandle (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/netgraph/bluetooth/l2cap/ |
H A D | ng_l2cap_misc.h | 57 ng_l2cap_chan_p ng_l2cap_chan_by_conhandle(ng_l2cap_p , uint16_t , u_int16_t);
|
H A D | ng_l2cap_ulpi.c | 872 ch = ng_l2cap_chan_by_conhandle(l2cap, NG_L2CAP_ATT_CID, in ng_l2cap_l2ca_write_req() 875 ch = ng_l2cap_chan_by_conhandle(l2cap, NG_L2CAP_SMP_CID, in ng_l2cap_l2ca_write_req() 1008 ch = ng_l2cap_chan_by_conhandle(l2cap, NG_L2CAP_ATT_CID, in ng_l2cap_l2ca_receive() 1018 ch = ng_l2cap_chan_by_conhandle(l2cap, NG_L2CAP_SMP_CID, in ng_l2cap_l2ca_receive() 1237 ch = ng_l2cap_chan_by_conhandle(l2cap, NG_L2CAP_ATT_CID, in ng_l2cap_l2ca_discon_req() 1252 ch = ng_l2cap_chan_by_conhandle(l2cap, NG_L2CAP_SMP_CID, in ng_l2cap_l2ca_discon_req()
|
H A D | ng_l2cap_misc.c | 404 ng_l2cap_chan_by_conhandle(ng_l2cap_p l2cap, uint16_t scid, in ng_l2cap_chan_by_conhandle() function
|