l2cap_attach
int l2cap_attach(struct l2cap_channel **, const struct btproto *, void *);
error = l2cap_attach((struct l2cap_channel **)&so->so_pcb,
err = l2cap_attach(&rs->rs_l2cap, &rfcomm_session_proto, rs);