Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dport_api.h280 tPORT_CALLBACK *p_port_cb);
308 extern int PORT_SetDataCOCallback (UINT16 port_handle, tPORT_DATA_CO_CALLBACK *p_port_cb);
/hal_espressif-latest/components/bt/host/bluedroid/stack/rfcomm/
Dport_utils.c208 tPORT_CALLBACK *p_port_cb; in port_release_port() local
250 p_port_cb = p_port->p_callback; in port_release_port()
256 p_port->p_callback = p_port_cb; in port_release_port()
Dport_api.c310 int PORT_SetEventCallback (UINT16 port_handle, tPORT_CALLBACK *p_port_cb) in PORT_SetEventCallback() argument
327 p_port->p_callback = p_port_cb; in PORT_SetEventCallback()
368 int PORT_SetDataCallback (UINT16 port_handle, tPORT_DATA_CALLBACK *p_port_cb) in PORT_SetDataCallback() argument
385 p_port->p_data_callback = p_port_cb; in PORT_SetDataCallback()
402 int PORT_SetDataCOCallback (UINT16 port_handle, tPORT_DATA_CO_CALLBACK *p_port_cb) in PORT_SetDataCOCallback() argument
419 p_port->p_data_co_callback = p_port_cb; in PORT_SetDataCOCallback()