Searched refs:PORT_StartCnf (Results 1 – 3 of 3) sorted by relevance
/system/bt/stack/rfcomm/ |
D | rfc_mx_fsm.c | 128 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()
|
D | rfc_int.h | 353 extern void PORT_StartCnf (tRFC_MCB *p_mcb, UINT16 result);
|
D | port_rfc.c | 202 void PORT_StartCnf (tRFC_MCB *p_mcb, UINT16 result) in PORT_StartCnf() function
|