rfcomm_send_frame 54 net/bluetooth/rfcomm/core.c static int rfcomm_send_frame(struct rfcomm_session *s, u8 *data, int len); rfcomm_send_frame 811 net/bluetooth/rfcomm/core.c return rfcomm_send_frame(s, (void *) cmd, sizeof(*cmd)); rfcomm_send_frame 914 net/bluetooth/rfcomm/core.c return rfcomm_send_frame(s, buf, ptr - buf); rfcomm_send_frame 956 net/bluetooth/rfcomm/core.c return rfcomm_send_frame(s, buf, ptr - buf); rfcomm_send_frame 994 net/bluetooth/rfcomm/core.c return rfcomm_send_frame(s, buf, ptr - buf); rfcomm_send_frame 1021 net/bluetooth/rfcomm/core.c return rfcomm_send_frame(s, buf, ptr - buf); rfcomm_send_frame 1048 net/bluetooth/rfcomm/core.c return rfcomm_send_frame(s, buf, ptr - buf); rfcomm_send_frame 1070 net/bluetooth/rfcomm/core.c return rfcomm_send_frame(s, buf, ptr - buf); rfcomm_send_frame 1092 net/bluetooth/rfcomm/core.c return rfcomm_send_frame(s, buf, ptr - buf); rfcomm_send_frame 1143 net/bluetooth/rfcomm/core.c return rfcomm_send_frame(s, buf, ptr - buf); rfcomm_send_frame 1821 net/bluetooth/rfcomm/core.c err = rfcomm_send_frame(d->session, skb->data, skb->len);