Home
last modified time | relevance | path

Searched refs:RFCOMM_V24_FC (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/include/net/bluetooth/
H A Drfcomm.h58 #define RFCOMM_V24_FC 0x02 macro
/kernel/linux/linux-6.6/include/net/bluetooth/
H A Drfcomm.h58 #define RFCOMM_V24_FC 0x02 macro
/kernel/linux/linux-5.10/net/bluetooth/rfcomm/
H A Dcore.c627 d->v24_sig |= RFCOMM_V24_FC; in __rfcomm_dlc_throttle()
638 d->v24_sig &= ~RFCOMM_V24_FC; in __rfcomm_dlc_unthrottle()
655 v24_sig |= RFCOMM_V24_FC; in rfcomm_dlc_set_modem_status()
657 v24_sig &= ~RFCOMM_V24_FC; in rfcomm_dlc_set_modem_status()
1618 if (msc->v24_sig & RFCOMM_V24_FC && !d->cfc) in rfcomm_recv_msc()
/kernel/linux/linux-6.6/net/bluetooth/rfcomm/
H A Dcore.c631 d->v24_sig |= RFCOMM_V24_FC; in __rfcomm_dlc_throttle()
642 d->v24_sig &= ~RFCOMM_V24_FC; in __rfcomm_dlc_unthrottle()
659 v24_sig |= RFCOMM_V24_FC; in rfcomm_dlc_set_modem_status()
661 v24_sig &= ~RFCOMM_V24_FC; in rfcomm_dlc_set_modem_status()
1622 if (msc->v24_sig & RFCOMM_V24_FC && !d->cfc) in rfcomm_recv_msc()

Completed in 7 milliseconds