Home
last modified time | relevance | path

Searched refs:l2cap_attach_pcb (Results 1 – 6 of 6) sorted by relevance

/netbsd/src/sys/dev/bluetooth/
Dbthidev.c504 err = l2cap_attach_pcb(&sc->sc_ctl_l, &bthidev_ctl_proto, sc); in bthidev_listen()
524 err = l2cap_attach_pcb(&sc->sc_int_l, &bthidev_int_proto, sc); in bthidev_listen()
561 err = l2cap_attach_pcb(&sc->sc_ctl, &bthidev_ctl_proto, sc); in bthidev_connect()
739 err = l2cap_attach_pcb(&sc->sc_int, &bthidev_int_proto, sc); in bthidev_ctl_connected()
889 l2cap_attach_pcb(&sc->sc_ctl, &bthidev_ctl_proto, sc); in bthidev_ctl_newconn()
915 l2cap_attach_pcb(&sc->sc_int, &bthidev_int_proto, sc); in bthidev_int_newconn()
Dbtmagic.c501 err = l2cap_attach_pcb(&sc->sc_ctl_l, &btmagic_ctl_proto, sc); in btmagic_listen()
521 err = l2cap_attach_pcb(&sc->sc_int_l, &btmagic_int_proto, sc); in btmagic_listen()
557 err = l2cap_attach_pcb(&sc->sc_ctl, &btmagic_ctl_proto, sc); in btmagic_connect()
874 err = l2cap_attach_pcb(&sc->sc_int, &btmagic_int_proto, sc); in btmagic_ctl_connected()
1013 l2cap_attach_pcb(&sc->sc_ctl, &btmagic_ctl_proto, sc); in btmagic_ctl_newconn()
1039 l2cap_attach_pcb(&sc->sc_int, &btmagic_int_proto, sc); in btmagic_int_newconn()
/netbsd/src/sys/netbt/
Dl2cap.h470 int l2cap_attach_pcb(struct l2cap_channel **, const struct btproto *, void *);
Dl2cap_upper.c61 l2cap_attach_pcb(struct l2cap_channel **handle, in l2cap_attach_pcb() function
Dl2cap_socket.c107 return l2cap_attach_pcb((struct l2cap_channel **)&so->so_pcb, in l2cap_attach()
Drfcomm_session.c188 err = l2cap_attach_pcb(&rs->rs_l2cap, &rfcomm_session_proto, rs); in rfcomm_session_alloc()