Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/stack/rfcomm/
Drfc_port_fsm.c618 if ((p_port == NULL) || !(p_port->rfc.expected_rsp & (RFC_RSP_RPN | RFC_RSP_RPN_REPLY))) in rfc_process_rpn()
642 p_port->rfc.expected_rsp |= RFC_RSP_RPN; in rfc_process_rpn()
650 p_port->rfc.expected_rsp &= ~RFC_RSP_RPN; in rfc_process_rpn()
670 p_port->rfc.expected_rsp |= RFC_RSP_RPN; in rfc_process_rpn()
Dport_int.h129 #define RFC_RSP_RPN 0x04 macro
Drfc_port_if.c214 p_port->rfc.expected_rsp |= RFC_RSP_RPN; in RFCOMM_PortNegReq()