Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/rfcomm/include/
Dport_int.h193 tPORT_DATA_CO_CALLBACK *p_data_co_callback; /* Callback function with callouts and flowctrl */ member
/hal_espressif-latest/components/bt/host/bluedroid/stack/rfcomm/
Dport_utils.c528 if (p_port->p_data_callback || p_port->p_data_co_callback) { in port_flow_control_peer()
557 if (p_port->p_data_callback || p_port->p_data_co_callback) { in port_flow_control_peer()
Dport_rfc.c858 if (p_port->p_data_co_callback) { in PORT_DataInd()
861 … if (p_port->p_data_co_callback(p_port->inx, (UINT8 *)p_buf, -1, DATA_CO_CALLBACK_TYPE_INCOMING)) { in PORT_DataInd()
Dport_api.c419 p_port->p_data_co_callback = p_port_cb; in PORT_SetDataCOCallback()