Searched refs:PORT_StartCnf (Results 1 – 3 of 3) sorted by relevance
/system/bt/stack/rfcomm/ |
D | rfc_mx_fsm.c | 126 PORT_StartCnf (p_mcb, RFCOMM_ERROR); in rfc_mx_sm_state_idle() 201 PORT_StartCnf (p_mcb, *((UINT16 *)p_data)); in rfc_mx_sm_state_wait_conn_cnf() 293 PORT_StartCnf (p_mcb, RFCOMM_ERROR); in rfc_mx_sm_state_configure() 344 PORT_StartCnf (p_mcb, RFCOMM_SUCCESS); in rfc_mx_sm_sabme_wait_ua() 357 PORT_StartCnf (p_mcb, RFCOMM_ERROR); in rfc_mx_sm_sabme_wait_ua() 396 PORT_StartCnf (p_mcb, RFCOMM_SUCCESS); in rfc_mx_sm_state_wait_sabme() 503 PORT_StartCnf (p_mcb, RFCOMM_ERROR); in rfc_mx_sm_state_disc_wait_ua() 603 PORT_StartCnf (p_mcb, p_cfg->result); in rfc_mx_conf_cnf()
|
D | rfc_int.h | 355 extern void PORT_StartCnf (tRFC_MCB *p_mcb, UINT16 result);
|
D | port_rfc.c | 200 void PORT_StartCnf (tRFC_MCB *p_mcb, UINT16 result) in PORT_StartCnf() function
|