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

  /system/bt/stack/rfcomm/
port_int.h 126 #define RFC_RSP_RPN_REPLY 0x02
rfc_port_fsm.cc 627 !(p_port->rfc.expected_rsp & (RFC_RSP_RPN | RFC_RSP_RPN_REPLY))) {
637 if (p_port->rfc.expected_rsp & RFC_RSP_RPN_REPLY) {
638 p_port->rfc.expected_rsp &= ~RFC_RSP_RPN_REPLY;
rfc_port_if.cc 208 p_port->rfc.expected_rsp |= RFC_RSP_RPN_REPLY;

Completed in 51 milliseconds