Home
last modified time | relevance | path

Searched refs:RFCOMM_V24_FC (Results 1 – 2 of 2) sorted by relevance

/linux/include/net/bluetooth/
H A Drfcomm.h55 #define RFCOMM_V24_FC 0x02 macro
/linux/net/bluetooth/rfcomm/
H A Dcore.c628 d->v24_sig |= RFCOMM_V24_FC; in __rfcomm_dlc_throttle()
639 d->v24_sig &= ~RFCOMM_V24_FC; in __rfcomm_dlc_unthrottle()
656 v24_sig |= RFCOMM_V24_FC; in rfcomm_dlc_set_modem_status()
658 v24_sig &= ~RFCOMM_V24_FC; in rfcomm_dlc_set_modem_status()
1687 if (msc->v24_sig & RFCOMM_V24_FC && !d->cfc) in rfcomm_recv_msc()