Searched refs:p_port_cb (Results 1 – 3 of 3) sorted by relevance
291 int PORT_SetEventCallback (UINT16 port_handle, tPORT_CALLBACK *p_port_cb) in PORT_SetEventCallback() argument310 p_port->p_callback = p_port_cb; in PORT_SetEventCallback()352 int PORT_SetDataCallback (UINT16 port_handle, tPORT_DATA_CALLBACK *p_port_cb) in PORT_SetDataCallback() argument356 RFCOMM_TRACE_API ("PORT_SetDataCallback() handle:%d cb 0x%x", port_handle, p_port_cb); in PORT_SetDataCallback()371 p_port->p_data_callback = p_port_cb; in PORT_SetDataCallback()388 int PORT_SetDataCOCallback (UINT16 port_handle, tPORT_DATA_CO_CALLBACK *p_port_cb) in PORT_SetDataCOCallback() argument392 RFCOMM_TRACE_API ("PORT_SetDataCOCallback() handle:%d cb 0x%x", port_handle, p_port_cb); in PORT_SetDataCOCallback()407 p_port->p_data_co_callback = p_port_cb; in PORT_SetDataCOCallback()
211 tPORT_CALLBACK *p_port_cb; in port_release_port() local247 p_port_cb = p_port->p_callback; in port_release_port()253 p_port->p_callback = p_port_cb; in port_release_port()
261 tPORT_CALLBACK *p_port_cb);289 RFC_API extern int PORT_SetDataCOCallback (UINT16 port_handle, tPORT_DATA_CO_CALLBACK *p_port_cb);