Home
last modified time | relevance | path

Searched refs:RFC_RSP_RLS (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/rfcomm/include/
Dport_int.h128 #define RFC_RSP_RLS 0x10 macro
/hal_espressif-latest/components/bt/host/bluedroid/stack/rfcomm/
Drfc_port_if.c346 p_port->rfc.expected_rsp |= RFC_RSP_RLS; in RFCOMM_LineStatusReq()
Drfc_port_fsm.c759 if (!p_port || !(p_port->rfc.expected_rsp & RFC_RSP_RLS)) { in rfc_process_rls()
763 p_port->rfc.expected_rsp &= ~RFC_RSP_RLS; in rfc_process_rls()