Home
last modified time | relevance | path

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

/system/bt/stack/rfcomm/
Drfc_mx_fsm.c213 PORT_CloseInd (p_mcb); in rfc_mx_sm_state_wait_conn_cnf()
250 PORT_CloseInd (p_mcb); in rfc_mx_sm_state_wait_conn_cnf()
289 PORT_CloseInd (p_mcb); in rfc_mx_sm_state_configure()
338 PORT_CloseInd (p_mcb); in rfc_mx_sm_sabme_wait_ua()
383 PORT_CloseInd (p_mcb); in rfc_mx_sm_state_wait_sabme()
427 PORT_CloseInd (p_mcb); in rfc_mx_sm_state_wait_sabme()
461 PORT_CloseInd (p_mcb); in rfc_mx_sm_state_connected()
473 PORT_CloseInd (p_mcb); in rfc_mx_sm_state_connected()
548 PORT_CloseInd (p_mcb); in rfc_mx_sm_state_disc_wait_ua()
Drfc_int.h355 extern void PORT_CloseInd (tRFC_MCB *p_mcb);
Dport_rfc.c777 void PORT_CloseInd (tRFC_MCB *p_mcb) in PORT_CloseInd() function