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

  /system/bt/stack/rfcomm/
rfc_port_if.cc 160 p_port->rfc.expected_rsp |= RFC_RSP_PN;
208 p_port->rfc.expected_rsp |= RFC_RSP_RPN_REPLY;
210 p_port->rfc.expected_rsp |= RFC_RSP_RPN;
252 p_port->rfc.expected_rsp |= RFC_RSP_MSC;
280 p_port->rfc.expected_rsp |= RFC_RSP_MSC;
305 p_port->rfc.expected_rsp |= RFC_RSP_RLS;
rfc_port_fsm.cc 191 p_port->rfc.expected_rsp = 0;
400 p_port->rfc.expected_rsp = 0;
567 if ((p_port == nullptr) || !(p_port->rfc.expected_rsp & RFC_RSP_PN)) {
574 p_port->rfc.expected_rsp &= ~RFC_RSP_PN;
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;
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
    [all...]
port_int.h 131 uint8_t expected_rsp; member in struct:__anon2510

Completed in 61 milliseconds