RFCOMM_V24_RTC    282 net/bluetooth/rfcomm/core.c 	d->v24_sig    = RFCOMM_V24_RTC | RFCOMM_V24_RTR | RFCOMM_V24_DV;
RFCOMM_V24_RTC    631 net/bluetooth/rfcomm/tty.c 		((v24_sig & RFCOMM_V24_RTC) ? (TIOCM_DSR | TIOCM_DTR) : 0) |
RFCOMM_V24_RTC   1112 net/bluetooth/rfcomm/tty.c 		v24_sig |= RFCOMM_V24_RTC;
RFCOMM_V24_RTC   1121 net/bluetooth/rfcomm/tty.c 		v24_sig &= ~RFCOMM_V24_RTC;