Home
last modified time | relevance | path

Searched refs:rfcomm_send_frame (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.10/net/bluetooth/rfcomm/
Dcore.c53 static int rfcomm_send_frame(struct rfcomm_session *s, u8 *data, int len);
792 static int rfcomm_send_frame(struct rfcomm_session *s, u8 *data, int len) in rfcomm_send_frame() function
808 return rfcomm_send_frame(s, (void *) cmd, sizeof(*cmd)); in rfcomm_send_cmd()
911 return rfcomm_send_frame(s, buf, ptr - buf); in rfcomm_send_nsc()
953 return rfcomm_send_frame(s, buf, ptr - buf); in rfcomm_send_pn()
991 return rfcomm_send_frame(s, buf, ptr - buf); in rfcomm_send_rpn()
1018 return rfcomm_send_frame(s, buf, ptr - buf); in rfcomm_send_rls()
1045 return rfcomm_send_frame(s, buf, ptr - buf); in rfcomm_send_msc()
1067 return rfcomm_send_frame(s, buf, ptr - buf); in rfcomm_send_fcoff()
1089 return rfcomm_send_frame(s, buf, ptr - buf); in rfcomm_send_fcon()
[all …]