Home
last modified time | relevance | path

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

/system/bt/stack/rfcomm/
Drfc_utils.c300 p_mcb->is_disc_initiator = FALSE; in rfc_check_mcb_active()
306 if (p_mcb->is_disc_initiator) in rfc_check_mcb_active()
308 p_mcb->is_disc_initiator = FALSE; in rfc_check_mcb_active()
Drfc_port_fsm.c208 p_port->rfc.p_mcb->is_disc_initiator = TRUE; in rfc_port_sm_sabme_wait_ua()
261 p_port->rfc.p_mcb->is_disc_initiator = TRUE; in rfc_port_sm_term_wait_sec_check()
337 p_port->rfc.p_mcb->is_disc_initiator = TRUE; in rfc_port_sm_orig_wait_sec_check()
485 p_port->rfc.p_mcb->is_disc_initiator = TRUE; in rfc_port_sm_disc_wait_ua()
Dport_int.h108 BOOLEAN is_disc_initiator; /* TRUE if initiated disc of port */ member