RFCOMM_V24_RTR    282 net/bluetooth/rfcomm/core.c 	d->v24_sig    = RFCOMM_V24_RTC | RFCOMM_V24_RTR | RFCOMM_V24_DV;
RFCOMM_V24_RTR    632 net/bluetooth/rfcomm/tty.c 		((v24_sig & RFCOMM_V24_RTR) ? (TIOCM_RTS | TIOCM_CTS) : 0) |
RFCOMM_V24_RTR   1114 net/bluetooth/rfcomm/tty.c 		v24_sig |= RFCOMM_V24_RTR;
RFCOMM_V24_RTR   1123 net/bluetooth/rfcomm/tty.c 		v24_sig &= ~RFCOMM_V24_RTR;