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

  /system/bt/stack/rfcomm/
port_int.h 125 #define RFC_RSP_PN 0x01
rfc_port_if.cc 160 p_port->rfc.expected_rsp |= RFC_RSP_PN;
rfc_port_fsm.cc 567 if ((p_port == nullptr) || !(p_port->rfc.expected_rsp & RFC_RSP_PN)) {
574 p_port->rfc.expected_rsp &= ~RFC_RSP_PN;

Completed in 59 milliseconds