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

  /system/bt/stack/rfcomm/
port_int.h 129 #define RFC_RSP_RLS 0x10
rfc_port_if.cc 305 p_port->rfc.expected_rsp |= RFC_RSP_RLS;
rfc_port_fsm.cc 777 if (!p_port || !(p_port->rfc.expected_rsp & RFC_RSP_RLS)) return;
779 p_port->rfc.expected_rsp &= ~RFC_RSP_RLS;

Completed in 68 milliseconds