Searched refs:ng_l2cap_chan_by_conhandle (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/netgraph/bluetooth/l2cap/ |
| H A D | ng_l2cap_misc.h | 58 ng_l2cap_chan_p ng_l2cap_chan_by_conhandle(ng_l2cap_p , uint16_t , u_int16_t);
|
| H A D | ng_l2cap_ulpi.c | 873 ch = ng_l2cap_chan_by_conhandle(l2cap, NG_L2CAP_ATT_CID, in ng_l2cap_l2ca_write_req() 876 ch = ng_l2cap_chan_by_conhandle(l2cap, NG_L2CAP_SMP_CID, in ng_l2cap_l2ca_write_req() 1009 ch = ng_l2cap_chan_by_conhandle(l2cap, NG_L2CAP_ATT_CID, in ng_l2cap_l2ca_receive() 1019 ch = ng_l2cap_chan_by_conhandle(l2cap, NG_L2CAP_SMP_CID, in ng_l2cap_l2ca_receive() 1238 ch = ng_l2cap_chan_by_conhandle(l2cap, NG_L2CAP_ATT_CID, in ng_l2cap_l2ca_discon_req() 1253 ch = ng_l2cap_chan_by_conhandle(l2cap, NG_L2CAP_SMP_CID, in ng_l2cap_l2ca_discon_req()
|
| H A D | ng_l2cap_misc.c | 405 ng_l2cap_chan_by_conhandle(ng_l2cap_p l2cap, uint16_t scid, in ng_l2cap_chan_by_conhandle() function
|