Searched refs:rfcomm_send_frame (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.6/net/bluetooth/rfcomm/ |
D | core.c | 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() [all …]
|