Searched refs:PORT_StartCnf (Results 1 – 3 of 3) sorted by relevance
/hal_espressif-latest/components/bt/host/bluedroid/stack/rfcomm/ |
D | rfc_mx_fsm.c | 153 PORT_StartCnf (p_mcb, RFCOMM_ERROR); in rfc_mx_sm_state_idle() 227 PORT_StartCnf (p_mcb, *((UINT16 *)p_data)); in rfc_mx_sm_state_wait_conn_cnf() 313 PORT_StartCnf (p_mcb, RFCOMM_ERROR); in rfc_mx_sm_state_configure() 363 PORT_StartCnf (p_mcb, RFCOMM_SUCCESS); in rfc_mx_sm_sabme_wait_ua() 376 PORT_StartCnf (p_mcb, RFCOMM_ERROR); in rfc_mx_sm_sabme_wait_ua() 413 PORT_StartCnf (p_mcb, RFCOMM_SUCCESS); in rfc_mx_sm_state_wait_sabme() 515 PORT_StartCnf (p_mcb, RFCOMM_ERROR); in rfc_mx_sm_state_disc_wait_ua() 619 PORT_StartCnf (p_mcb, p_cfg->result); in rfc_mx_conf_cnf()
|
D | port_rfc.c | 198 void PORT_StartCnf (tRFC_MCB *p_mcb, UINT16 result) in PORT_StartCnf() function
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/rfcomm/include/ |
D | rfc_int.h | 347 extern void PORT_StartCnf (tRFC_MCB *p_mcb, UINT16 result);
|