Home
last modified time | relevance | path

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

/openbmc/linux/include/net/bluetooth/
H A Drfcomm.h205 #define RFCOMM_TIMED_OUT 2 macro
/openbmc/linux/net/bluetooth/rfcomm/
H A Dcore.c242 set_bit(RFCOMM_TIMED_OUT, &s->flags); in rfcomm_session_timeout()
267 set_bit(RFCOMM_TIMED_OUT, &d->flags); in rfcomm_dlc_timeout()
1883 if (test_bit(RFCOMM_TIMED_OUT, &d->flags)) { in rfcomm_process_dlcs()
2022 if (test_and_clear_bit(RFCOMM_TIMED_OUT, &s->flags)) { in rfcomm_process_sessions()