Searched refs:l2cap_attach_pcb (Results 1 – 6 of 6) sorted by relevance
| /netbsd/src/sys/dev/bluetooth/ |
| D | bthidev.c | 504 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()
|
| D | btmagic.c | 501 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/ |
| D | l2cap.h | 470 int l2cap_attach_pcb(struct l2cap_channel **, const struct btproto *, void *);
|
| D | l2cap_upper.c | 61 l2cap_attach_pcb(struct l2cap_channel **handle, in l2cap_attach_pcb() function
|
| D | l2cap_socket.c | 107 return l2cap_attach_pcb((struct l2cap_channel **)&so->so_pcb, in l2cap_attach()
|
| D | rfcomm_session.c | 188 err = l2cap_attach_pcb(&rs->rs_l2cap, &rfcomm_session_proto, rs); in rfcomm_session_alloc()
|