Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/stack/rfcomm/
Drfc_mx_fsm.c210 PORT_CloseInd (p_mcb); in rfc_mx_sm_state_wait_conn_cnf()
247 PORT_CloseInd (p_mcb); in rfc_mx_sm_state_wait_conn_cnf()
286 PORT_CloseInd (p_mcb); in rfc_mx_sm_state_configure()
335 PORT_CloseInd (p_mcb); in rfc_mx_sm_sabme_wait_ua()
380 PORT_CloseInd (p_mcb); in rfc_mx_sm_state_wait_sabme()
423 PORT_CloseInd (p_mcb); in rfc_mx_sm_state_wait_sabme()
457 PORT_CloseInd (p_mcb); in rfc_mx_sm_state_connected()
469 PORT_CloseInd (p_mcb); in rfc_mx_sm_state_connected()
541 PORT_CloseInd (p_mcb); in rfc_mx_sm_state_disc_wait_ua()
Drfc_int.h357 extern void PORT_CloseInd (tRFC_MCB *p_mcb);
Dport_rfc.c776 void PORT_CloseInd (tRFC_MCB *p_mcb) in PORT_CloseInd() function