HomeSort by relevance Sort by last modified time
    Searched refs:RFC_RSP_RPN (Results 1 - 3 of 3) sorted by null

  /external/bluetooth/bluedroid/stack/rfcomm/
port_int.h 129 #define RFC_RSP_RPN 0x04
rfc_port_fsm.c 618 if ((p_port == NULL) || !(p_port->rfc.expected_rsp & (RFC_RSP_RPN | RFC_RSP_RPN_REPLY)))
642 p_port->rfc.expected_rsp |= RFC_RSP_RPN;
650 p_port->rfc.expected_rsp &= ~RFC_RSP_RPN;
670 p_port->rfc.expected_rsp |= RFC_RSP_RPN;
rfc_port_if.c 214 p_port->rfc.expected_rsp |= RFC_RSP_RPN;

Completed in 66 milliseconds