xon_char          138 include/net/bluetooth/rfcomm.h 	u8  xon_char;
xon_char          232 include/net/bluetooth/rfcomm.h 			u8 xon_char, u8 xoff_char, u16 param_mask);
xon_char          962 net/bluetooth/rfcomm/core.c 			u8 xon_char, u8 xoff_char, u16 param_mask)
xon_char          972 net/bluetooth/rfcomm/core.c 		flow_ctrl_settings, xon_char, xoff_char, param_mask);
xon_char          988 net/bluetooth/rfcomm/core.c 	rpn->xon_char      = xon_char;
xon_char         1457 net/bluetooth/rfcomm/core.c 	u8 xon_char  = 0;
xon_char         1463 net/bluetooth/rfcomm/core.c 		rpn->xon_char, rpn->xoff_char, rpn->param_mask);
xon_char         1475 net/bluetooth/rfcomm/core.c 		xon_char  = RFCOMM_RPN_XON_CHAR;
xon_char         1529 net/bluetooth/rfcomm/core.c 		xon_char = rpn->xon_char;
xon_char         1530 net/bluetooth/rfcomm/core.c 		if (xon_char != RFCOMM_RPN_XON_CHAR) {
xon_char         1531 net/bluetooth/rfcomm/core.c 			BT_DBG("RPN XON char mismatch 0x%x", xon_char);
xon_char         1532 net/bluetooth/rfcomm/core.c 			xon_char = RFCOMM_RPN_XON_CHAR;
xon_char         1548 net/bluetooth/rfcomm/core.c 			parity, flow_ctrl, xon_char, xoff_char, rpn_mask);