Searched refs:rfcomm_send_frame (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/net/bluetooth/rfcomm/ |
D | core.c | 54 static int rfcomm_send_frame(struct rfcomm_session *s, u8 *data, int len); 794 static int rfcomm_send_frame(struct rfcomm_session *s, u8 *data, int len) in rfcomm_send_frame() function 810 return rfcomm_send_frame(s, (void *) cmd, sizeof(*cmd)); in rfcomm_send_cmd() 913 return rfcomm_send_frame(s, buf, ptr - buf); in rfcomm_send_nsc() 955 return rfcomm_send_frame(s, buf, ptr - buf); in rfcomm_send_pn() 993 return rfcomm_send_frame(s, buf, ptr - buf); in rfcomm_send_rpn() 1020 return rfcomm_send_frame(s, buf, ptr - buf); in rfcomm_send_rls() 1047 return rfcomm_send_frame(s, buf, ptr - buf); in rfcomm_send_msc() 1069 return rfcomm_send_frame(s, buf, ptr - buf); in rfcomm_send_fcoff() 1091 return rfcomm_send_frame(s, buf, ptr - buf); in rfcomm_send_fcon() [all …]
|