Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Drfcdefs.h103 #define RFCOMM_FRAME_IS_RSP(initiator, cr) \ macro
/hal_espressif-latest/components/bt/host/bluedroid/stack/rfcomm/
Drfc_ts_frames.c677 if (RFCOMM_FRAME_IS_RSP(p_mcb->is_initiator, p_frame->cr) in rfc_parse_data()
707 if (RFCOMM_FRAME_IS_RSP(p_mcb->is_initiator, p_frame->cr) in rfc_parse_data()
723 } else if (RFCOMM_FRAME_IS_RSP(p_mcb->is_initiator, p_frame->cr)) { in rfc_parse_data()