OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:l2cap_attach_pcb
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/dev/bluetooth/
bthidev.c
504
err =
l2cap_attach_pcb
(&sc->sc_ctl_l, &bthidev_ctl_proto, sc);
524
err =
l2cap_attach_pcb
(&sc->sc_int_l, &bthidev_int_proto, sc);
561
err =
l2cap_attach_pcb
(&sc->sc_ctl, &bthidev_ctl_proto, sc);
739
err =
l2cap_attach_pcb
(&sc->sc_int, &bthidev_int_proto, sc);
889
l2cap_attach_pcb
(&sc->sc_ctl, &bthidev_ctl_proto, sc);
915
l2cap_attach_pcb
(&sc->sc_int, &bthidev_int_proto, sc);
btmagic.c
501
err =
l2cap_attach_pcb
(&sc->sc_ctl_l, &btmagic_ctl_proto, sc);
521
err =
l2cap_attach_pcb
(&sc->sc_int_l, &btmagic_int_proto, sc);
557
err =
l2cap_attach_pcb
(&sc->sc_ctl, &btmagic_ctl_proto, sc);
874
err =
l2cap_attach_pcb
(&sc->sc_int, &btmagic_int_proto, sc);
1013
l2cap_attach_pcb
(&sc->sc_ctl, &btmagic_ctl_proto, sc);
1039
l2cap_attach_pcb
(&sc->sc_int, &btmagic_int_proto, sc);
/src/sys/netbt/
l2cap.h
470
int
l2cap_attach_pcb
(struct l2cap_channel **, const struct btproto *, void *);
l2cap_upper.c
55
*
l2cap_attach_pcb
(handle, btproto, upper)
61
l2cap_attach_pcb
(struct l2cap_channel **handle,
function in typeref:typename:int
l2cap_socket.c
107
return
l2cap_attach_pcb
((struct l2cap_channel **)&so->so_pcb,
rfcomm_session.c
188
err =
l2cap_attach_pcb
(&rs->rs_l2cap, &rfcomm_session_proto, rs);
Completed in 15 milliseconds
Indexes created Thu Oct 02 01:09:59 GMT 2025