Searched refs:rfcomm_send_frame (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.4/net/bluetooth/rfcomm/ |
| D | core.c | 54 static int rfcomm_send_frame(struct rfcomm_session *s, u8 *data, int len); 795 static int rfcomm_send_frame(struct rfcomm_session *s, u8 *data, int len) in rfcomm_send_frame() function 811 return rfcomm_send_frame(s, (void *) cmd, sizeof(*cmd)); in rfcomm_send_cmd() 914 return rfcomm_send_frame(s, buf, ptr - buf); in rfcomm_send_nsc() 956 return rfcomm_send_frame(s, buf, ptr - buf); in rfcomm_send_pn() 994 return rfcomm_send_frame(s, buf, ptr - buf); in rfcomm_send_rpn() 1021 return rfcomm_send_frame(s, buf, ptr - buf); in rfcomm_send_rls() 1048 return rfcomm_send_frame(s, buf, ptr - buf); in rfcomm_send_msc() 1070 return rfcomm_send_frame(s, buf, ptr - buf); in rfcomm_send_fcoff() 1092 return rfcomm_send_frame(s, buf, ptr - buf); in rfcomm_send_fcon() [all …]
|