Home
last modified time | relevance | path

Searched refs:RFC_RSP_MSC (Results 1 – 3 of 3) sorted by relevance

/system/bt/stack/rfcomm/
Drfc_port_if.cc255 p_port->rfc.expected_rsp |= RFC_RSP_MSC; in RFCOMM_ControlReq()
283 p_port->rfc.expected_rsp |= RFC_RSP_MSC; in RFCOMM_FlowReq()
Dport_int.h128 #define RFC_RSP_MSC 0x08 macro
Drfc_port_fsm.cc777 if (!(p_port->rfc.expected_rsp & RFC_RSP_MSC)) return; in rfc_process_msc()
779 p_port->rfc.expected_rsp &= ~RFC_RSP_MSC; in rfc_process_msc()