Home
last modified time | relevance | path

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

/Linux-v6.1/net/bluetooth/rfcomm/
Dcore.c53 static int rfcomm_send_frame(struct rfcomm_session *s, u8 *data, int len);
828 static int rfcomm_send_frame(struct rfcomm_session *s, u8 *data, int len) in rfcomm_send_frame() function
844 return rfcomm_send_frame(s, (void *) cmd, sizeof(*cmd)); in rfcomm_send_cmd()
947 return rfcomm_send_frame(s, buf, ptr - buf); in rfcomm_send_nsc()
989 return rfcomm_send_frame(s, buf, ptr - buf); in rfcomm_send_pn()
1027 return rfcomm_send_frame(s, buf, ptr - buf); in rfcomm_send_rpn()
1054 return rfcomm_send_frame(s, buf, ptr - buf); in rfcomm_send_rls()
1081 return rfcomm_send_frame(s, buf, ptr - buf); in rfcomm_send_msc()
1103 return rfcomm_send_frame(s, buf, ptr - buf); in rfcomm_send_fcoff()
1125 return rfcomm_send_frame(s, buf, ptr - buf); in rfcomm_send_fcon()
[all …]