| H A D | core.c | 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); 85 #define __addr(cr, dlci) (((dlci & 0x3f) << 2) | (cr << 1) | 0x01) argument 94 #define __mcc_type(cr, type) (((type << 2) | (cr << 1) | 0x01)) argument 929 static int rfcomm_send_nsc(struct rfcomm_session *s, int cr, u8 type) in rfcomm_send_nsc() argument 935 BT_DBG("%p cr in rfcomm_send_nsc() 954 rfcomm_send_pn(struct rfcomm_session * s,int cr,struct rfcomm_dlc * d) rfcomm_send_pn() argument 996 rfcomm_send_rpn(struct rfcomm_session * s,int cr,u8 dlci,u8 bit_rate,u8 data_bits,u8 stop_bits,u8 parity,u8 flow_ctrl_settings,u8 xon_char,u8 xoff_char,u16 param_mask) rfcomm_send_rpn() argument 1034 rfcomm_send_rls(struct rfcomm_session * s,int cr,u8 dlci,u8 status) rfcomm_send_rls() argument 1061 rfcomm_send_msc(struct rfcomm_session * s,int cr,u8 dlci,u8 v24_sig) rfcomm_send_msc() argument 1088 rfcomm_send_fcoff(struct rfcomm_session * s,int cr) rfcomm_send_fcoff() argument 1110 rfcomm_send_fcon(struct rfcomm_session * s,int cr) rfcomm_send_fcon() argument 1132 rfcomm_send_test(struct rfcomm_session * s,int cr,u8 * pattern,int len) rfcomm_send_test() argument 1403 rfcomm_apply_pn(struct rfcomm_dlc * d,int cr,struct rfcomm_pn * pn) rfcomm_apply_pn() argument 1432 rfcomm_recv_pn(struct rfcomm_session * s,int cr,struct sk_buff * skb) rfcomm_recv_pn() argument 1484 rfcomm_recv_rpn(struct rfcomm_session * s,int cr,int len,struct sk_buff * skb) rfcomm_recv_rpn() argument 1590 rfcomm_recv_rls(struct rfcomm_session * s,int cr,struct sk_buff * skb) rfcomm_recv_rls() argument 1609 rfcomm_recv_msc(struct rfcomm_session * s,int cr,struct sk_buff * skb) rfcomm_recv_msc() argument 1648 u8 type, cr, len; rfcomm_recv_mcc() local [all...] |