Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/rfcomm/
Dport_rfc.c177 if (p_port->p_mgmt_callback) { in port_start_close()
178 p_port->p_mgmt_callback (PORT_CLOSED, p_port->inx, NULL); in port_start_close()
232 if (p_port->p_mgmt_callback) { in PORT_StartCnf()
233 p_port->p_mgmt_callback (PORT_START_FAILED, p_port->inx, NULL); in PORT_StartCnf()
468 if (p_port->p_mgmt_callback) { in PORT_DlcEstablishInd()
478 p_port->p_mgmt_callback (PORT_SUCCESS, p_port->inx, &sr_mgmt_cb_arg); in PORT_DlcEstablishInd()
486 p_port->p_mgmt_callback (PORT_SUCCESS, p_port->inx, &cl_mgmt_cb_arg); in PORT_DlcEstablishInd()
535 if (p_port->p_mgmt_callback) { in PORT_DlcEstablishCnf()
538 p_port->p_mgmt_callback (PORT_SUCCESS, p_port->inx, &sr_mgmt_cb_arg); in PORT_DlcEstablishCnf()
541 p_port->p_mgmt_callback (PORT_SUCCESS, p_port->inx, &cl_mgmt_cb_arg); in PORT_DlcEstablishCnf()
[all …]
Dport_api.c206 p_port->p_mgmt_callback = p_mgmt_cb; in RFCOMM_CreateConnection()
279 p_port->p_mgmt_callback = NULL; in RFCOMM_RemoveServer()
/hal_espressif-latest/components/bt/host/bluedroid/stack/rfcomm/include/
Dport_int.h191 tPORT_MGMT_CALLBACK *p_mgmt_callback; /* Callback function to receive connection up/down */ member