Searched refs:rfcomm_send_frame (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/net/bluetooth/rfcomm/ |
D | core.c | 54 static int rfcomm_send_frame(struct rfcomm_session *s, u8 *data, int len); 798 static int rfcomm_send_frame(struct rfcomm_session *s, u8 *data, int len) in rfcomm_send_frame() function 814 return rfcomm_send_frame(s, (void *) cmd, sizeof(*cmd)); in rfcomm_send_cmd() 917 return rfcomm_send_frame(s, buf, ptr - buf); in rfcomm_send_nsc() 959 return rfcomm_send_frame(s, buf, ptr - buf); in rfcomm_send_pn() 997 return rfcomm_send_frame(s, buf, ptr - buf); in rfcomm_send_rpn() 1024 return rfcomm_send_frame(s, buf, ptr - buf); in rfcomm_send_rls() 1051 return rfcomm_send_frame(s, buf, ptr - buf); in rfcomm_send_msc() 1073 return rfcomm_send_frame(s, buf, ptr - buf); in rfcomm_send_fcoff() 1095 return rfcomm_send_frame(s, buf, ptr - buf); in rfcomm_send_fcon() [all …]
|