Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/rfcomm/
Dport_rfc.c430 tPORT_MGMT_CL_CALLBACK_ARG cl_mgmt_cb_arg = {0}; in PORT_DlcEstablishInd() local
485 cl_mgmt_cb_arg.peer_mtu = p_port->peer_mtu; in PORT_DlcEstablishInd()
486 p_port->p_mgmt_callback (PORT_SUCCESS, p_port->inx, &cl_mgmt_cb_arg); in PORT_DlcEstablishInd()
509 tPORT_MGMT_CL_CALLBACK_ARG cl_mgmt_cb_arg = {0}; in PORT_DlcEstablishCnf() local
540 cl_mgmt_cb_arg.peer_mtu = p_port->peer_mtu; in PORT_DlcEstablishCnf()
541 p_port->p_mgmt_callback (PORT_SUCCESS, p_port->inx, &cl_mgmt_cb_arg); in PORT_DlcEstablishCnf()