Home
last modified time | relevance | path

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

/linux-2.6.39/net/bluetooth/rfcomm/
Dcore.c69 static int rfcomm_send_frame(struct rfcomm_session *s, u8 *data, int len);
753 static int rfcomm_send_frame(struct rfcomm_session *s, u8 *data, int len) in rfcomm_send_frame() function
777 return rfcomm_send_frame(s, (void *) &cmd, sizeof(cmd)); in rfcomm_send_sabm()
791 return rfcomm_send_frame(s, (void *) &cmd, sizeof(cmd)); in rfcomm_send_ua()
805 return rfcomm_send_frame(s, (void *) &cmd, sizeof(cmd)); in rfcomm_send_disc()
841 return rfcomm_send_frame(s, (void *) &cmd, sizeof(cmd)); in rfcomm_send_dm()
866 return rfcomm_send_frame(s, buf, ptr - buf); in rfcomm_send_nsc()
908 return rfcomm_send_frame(s, buf, ptr - buf); in rfcomm_send_pn()
946 return rfcomm_send_frame(s, buf, ptr - buf); in rfcomm_send_rpn()
973 return rfcomm_send_frame(s, buf, ptr - buf); in rfcomm_send_rls()
[all …]