Home
last modified time | relevance | path

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

/system/bt/stack/rfcomm/
Drfc_mx_fsm.c128 PORT_StartCnf(p_mcb, RFCOMM_ERROR); in rfc_mx_sm_state_idle()
204 PORT_StartCnf (p_mcb, *((UINT16 *)p_data)); in rfc_mx_sm_state_wait_conn_cnf()
296 PORT_StartCnf (p_mcb, RFCOMM_ERROR); in rfc_mx_sm_state_configure()
347 PORT_StartCnf (p_mcb, RFCOMM_SUCCESS); in rfc_mx_sm_sabme_wait_ua()
360 PORT_StartCnf (p_mcb, RFCOMM_ERROR); in rfc_mx_sm_sabme_wait_ua()
399 PORT_StartCnf (p_mcb, RFCOMM_SUCCESS); in rfc_mx_sm_state_wait_sabme()
417 PORT_StartCnf (p_mcb, RFCOMM_SUCCESS); in rfc_mx_sm_state_wait_sabme()
509 PORT_StartCnf(p_mcb, RFCOMM_ERROR); in rfc_mx_sm_state_disc_wait_ua()
610 PORT_StartCnf (p_mcb, p_cfg->result); in rfc_mx_conf_cnf()
Drfc_int.h353 extern void PORT_StartCnf (tRFC_MCB *p_mcb, UINT16 result);
Dport_rfc.c202 void PORT_StartCnf (tRFC_MCB *p_mcb, UINT16 result) in PORT_StartCnf() function