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

  /system/bt/stack/rfcomm/
port_int.h 127 #define RFC_RSP_RPN 0x04
rfc_port_fsm.cc 627 !(p_port->rfc.expected_rsp & (RFC_RSP_RPN | RFC_RSP_RPN_REPLY))) {
653 p_port->rfc.expected_rsp |= RFC_RSP_RPN;
660 p_port->rfc.expected_rsp &= ~RFC_RSP_RPN;
682 p_port->rfc.expected_rsp |= RFC_RSP_RPN;
rfc_port_if.cc 210 p_port->rfc.expected_rsp |= RFC_RSP_RPN;

Completed in 47 milliseconds