Lines Matching refs:rfcomm_send_frame
55 static int rfcomm_send_frame(struct rfcomm_session *s, u8 *data, int len);
832 static int rfcomm_send_frame(struct rfcomm_session *s, u8 *data, int len) in rfcomm_send_frame() function
848 return rfcomm_send_frame(s, (void *) cmd, sizeof(*cmd)); in rfcomm_send_cmd()
951 return rfcomm_send_frame(s, buf, ptr - buf); in rfcomm_send_nsc()
993 return rfcomm_send_frame(s, buf, ptr - buf); in rfcomm_send_pn()
1031 return rfcomm_send_frame(s, buf, ptr - buf); in rfcomm_send_rpn()
1058 return rfcomm_send_frame(s, buf, ptr - buf); in rfcomm_send_rls()
1085 return rfcomm_send_frame(s, buf, ptr - buf); in rfcomm_send_msc()
1107 return rfcomm_send_frame(s, buf, ptr - buf); in rfcomm_send_fcoff()
1129 return rfcomm_send_frame(s, buf, ptr - buf); in rfcomm_send_fcon()
1180 return rfcomm_send_frame(s, buf, ptr - buf); in rfcomm_send_credits()
1858 err = rfcomm_send_frame(d->session, skb->data, skb->len); in rfcomm_process_tx()