Home
last modified time | relevance | path

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

/openbmc/linux/include/net/bluetooth/
H A Drfcomm.h224 #define RFCOMM_CFC_DISABLED 0 macro
/openbmc/linux/net/bluetooth/rfcomm/
H A Dcore.c299 d->cfc = RFCOMM_CFC_DISABLED; in rfcomm_dlc_clear_state()
697 s->cfc = disable_cfc ? RFCOMM_CFC_DISABLED : RFCOMM_CFC_UNKNOWN; in rfcomm_session_add()
1410 if ((pn->flow_ctrl == 0xf0 && s->cfc != RFCOMM_CFC_DISABLED) || in rfcomm_apply_pn()
1415 d->cfc = RFCOMM_CFC_DISABLED; in rfcomm_apply_pn()