Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dport_api.h104 typedef int (tPORT_DATA_CO_CALLBACK) (UINT16 port_handle, UINT8 *p_buf, UINT16 len, int type); typedef
308 extern int PORT_SetDataCOCallback (UINT16 port_handle, tPORT_DATA_CO_CALLBACK *p_port_cb);
/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 */
/hal_espressif-latest/components/bt/host/bluedroid/stack/rfcomm/
Dport_api.c402 int PORT_SetDataCOCallback (UINT16 port_handle, tPORT_DATA_CO_CALLBACK *p_port_cb) in PORT_SetDataCOCallback()