Searched refs:rfcomm_session (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/net/bluetooth/rfcomm/ |
H A D | core.c | 53 static int rfcomm_send_frame(struct rfcomm_session *s, u8 *data, int len); 54 static int rfcomm_send_sabm(struct rfcomm_session *s, u8 dlci); 55 static int rfcomm_send_disc(struct rfcomm_session *s, u8 dlci); 57 static int rfcomm_send_nsc(struct rfcomm_session *s, int cr, u8 type); 58 static int rfcomm_send_pn(struct rfcomm_session *s, int cr, struct rfcomm_dlc *d); 59 static int rfcomm_send_msc(struct rfcomm_session *s, int cr, u8 dlci, u8 v24_sig); 60 static int rfcomm_send_test(struct rfcomm_session *s, int cr, u8 *pattern, int len); 61 static int rfcomm_send_credits(struct rfcomm_session *s, u8 addr, u8 credits); 64 static void rfcomm_process_connect(struct rfcomm_session *s); 66 static struct rfcomm_session *rfcomm_session_creat [all...] |
H A D | sock.c | 932 int rfcomm_connect_ind(struct rfcomm_session *s, u8 channel, struct rfcomm_dlc **d) in rfcomm_connect_ind()
|
/kernel/linux/linux-6.6/net/bluetooth/rfcomm/ |
H A D | core.c | 55 static int rfcomm_send_frame(struct rfcomm_session *s, u8 *data, int len); 56 static int rfcomm_send_sabm(struct rfcomm_session *s, u8 dlci); 57 static int rfcomm_send_disc(struct rfcomm_session *s, u8 dlci); 59 static int rfcomm_send_nsc(struct rfcomm_session *s, int cr, u8 type); 60 static int rfcomm_send_pn(struct rfcomm_session *s, int cr, struct rfcomm_dlc *d); 61 static int rfcomm_send_msc(struct rfcomm_session *s, int cr, u8 dlci, u8 v24_sig); 62 static int rfcomm_send_test(struct rfcomm_session *s, int cr, u8 *pattern, int len); 63 static int rfcomm_send_credits(struct rfcomm_session *s, u8 addr, u8 credits); 66 static void rfcomm_process_connect(struct rfcomm_session *s); 68 static struct rfcomm_session *rfcomm_session_creat [all...] |
H A D | sock.c | 937 int rfcomm_connect_ind(struct rfcomm_session *s, u8 channel, struct rfcomm_dlc **d) in rfcomm_connect_ind()
|
/kernel/linux/linux-5.10/include/net/bluetooth/ |
H A D | rfcomm.h | 154 struct rfcomm_session { struct 171 struct rfcomm_session *session; 228 int rfcomm_send_rpn(struct rfcomm_session *s, int cr, u8 dlci, 276 void rfcomm_session_getaddr(struct rfcomm_session *s, bdaddr_t *src, 316 int rfcomm_connect_ind(struct rfcomm_session *s, u8 channel,
|
/kernel/linux/linux-6.6/include/net/bluetooth/ |
H A D | rfcomm.h | 154 struct rfcomm_session { struct 171 struct rfcomm_session *session; 228 int rfcomm_send_rpn(struct rfcomm_session *s, int cr, u8 dlci, 276 void rfcomm_session_getaddr(struct rfcomm_session *s, bdaddr_t *src, 316 int rfcomm_connect_ind(struct rfcomm_session *s, u8 channel,
|
Completed in 7 milliseconds