Home
last modified time | relevance | path

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

/system/bt/stack/include/
Dport_api.h224 tPORT_CALLBACK* p_port_cb);
239 tPORT_DATA_CO_CALLBACK* p_port_cb);
/system/bt/stack/rfcomm/
Dport_api.cc315 int PORT_SetEventCallback(uint16_t port_handle, tPORT_CALLBACK* p_port_cb) { in PORT_SetEventCallback() argument
331 p_port->p_callback = p_port_cb; in PORT_SetEventCallback()
372 tPORT_DATA_CO_CALLBACK* p_port_cb) { in PORT_SetDataCOCallback() argument
376 p_port_cb); in PORT_SetDataCOCallback()
389 p_port->p_data_co_callback = p_port_cb; in PORT_SetDataCOCallback()
Dport_utils.cc249 tPORT_CALLBACK* p_port_cb = p_port->p_callback; in port_release_port() local
256 p_port->p_callback = p_port_cb; in port_release_port()