Home
last modified time | relevance | path

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

/NextBSD/sys/netgraph/bluetooth/l2cap/
HDng_l2cap_misc.h56 ng_l2cap_chan_p ng_l2cap_chan_by_conhandle(ng_l2cap_p , uint16_t , u_int16_t);
HDng_l2cap_ulpi.c871 ch = ng_l2cap_chan_by_conhandle(l2cap, NG_L2CAP_ATT_CID, in ng_l2cap_l2ca_write_req()
874 ch = ng_l2cap_chan_by_conhandle(l2cap, NG_L2CAP_SMP_CID, in ng_l2cap_l2ca_write_req()
1007 ch = ng_l2cap_chan_by_conhandle(l2cap, NG_L2CAP_ATT_CID, in ng_l2cap_l2ca_receive()
1017 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()
HDng_l2cap_misc.c403 ng_l2cap_chan_by_conhandle(ng_l2cap_p l2cap, uint16_t scid, in ng_l2cap_chan_by_conhandle() function