Searched refs:RFC_RSP_RPN_REPLY (Results 1 - 3 of 3) sorted by relevance

/system/bt/stack/rfcomm/
H A Dport_int.h129 #define RFC_RSP_RPN_REPLY 0x02 macro
H A Drfc_port_fsm.c618 if ((p_port == NULL) || !(p_port->rfc.expected_rsp & (RFC_RSP_RPN | RFC_RSP_RPN_REPLY)))
625 if (p_port->rfc.expected_rsp & RFC_RSP_RPN_REPLY)
627 p_port->rfc.expected_rsp &= ~RFC_RSP_RPN_REPLY;
H A Drfc_port_if.c232 p_port->rfc.expected_rsp |= RFC_RSP_RPN_REPLY;

Completed in 6 milliseconds