rfcomm_send_frame   70 net/bluetooth/rfcomm/core.c static int rfcomm_send_frame(struct rfcomm_session *s, u8 *data, int len);
rfcomm_send_frame  711 net/bluetooth/rfcomm/core.c 	return rfcomm_send_frame(s, (void *) &cmd, sizeof(cmd));
rfcomm_send_frame  725 net/bluetooth/rfcomm/core.c 	return rfcomm_send_frame(s, (void *) &cmd, sizeof(cmd));
rfcomm_send_frame  739 net/bluetooth/rfcomm/core.c 	return rfcomm_send_frame(s, (void *) &cmd, sizeof(cmd));
rfcomm_send_frame  775 net/bluetooth/rfcomm/core.c 	return rfcomm_send_frame(s, (void *) &cmd, sizeof(cmd));
rfcomm_send_frame  800 net/bluetooth/rfcomm/core.c 	return rfcomm_send_frame(s, buf, ptr - buf);
rfcomm_send_frame  842 net/bluetooth/rfcomm/core.c 	return rfcomm_send_frame(s, buf, ptr - buf);
rfcomm_send_frame  880 net/bluetooth/rfcomm/core.c 	return rfcomm_send_frame(s, buf, ptr - buf);
rfcomm_send_frame  907 net/bluetooth/rfcomm/core.c 	return rfcomm_send_frame(s, buf, ptr - buf);
rfcomm_send_frame  934 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  978 net/bluetooth/rfcomm/core.c 	return rfcomm_send_frame(s, buf, ptr - buf);
rfcomm_send_frame 1029 net/bluetooth/rfcomm/core.c 	return rfcomm_send_frame(s, buf, ptr - buf);
rfcomm_send_frame 1687 net/bluetooth/rfcomm/core.c 		err = rfcomm_send_frame(d->session, skb->data, skb->len);