Home
last modified time | relevance | path

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

/aosp12/system/bt/stack/rfcomm/
H A Dport_int.h133 #define PORT_STATE_CLOSING 3 macro
H A Dport_api.cc276 p_port->state = PORT_STATE_CLOSING; in RFCOMM_RemoveConnection()
311 p_port->state = PORT_STATE_CLOSING; in RFCOMM_RemoveServer()
H A Dport_rfc.cc976 if ((p_port->state != PORT_STATE_CLOSING) && in port_rfc_closed()