Home
last modified time | relevance | path

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

/system/bt/test/mock/
Dmock_stack_rfcomm_port_api.cc75 tPORT_DATA_CO_CALLBACK* p_port_cb) { in PORT_SetDataCOCallback() argument
79 int PORT_SetEventCallback(uint16_t port_handle, tPORT_CALLBACK* p_port_cb) { in PORT_SetEventCallback() argument
/system/bt/stack/include/
Dport_api.h233 tPORT_CALLBACK* p_port_cb);
248 tPORT_DATA_CO_CALLBACK* p_port_cb);
/system/bt/stack/rfcomm/
Dport_api.cc333 int PORT_SetEventCallback(uint16_t port_handle, tPORT_CALLBACK* p_port_cb) { in PORT_SetEventCallback() argument
349 p_port->p_callback = p_port_cb; in PORT_SetEventCallback()
390 tPORT_DATA_CO_CALLBACK* p_port_cb) { in PORT_SetDataCOCallback() argument
394 p_port_cb); in PORT_SetDataCOCallback()
407 p_port->p_data_co_callback = p_port_cb; in PORT_SetDataCOCallback()
Dport_utils.cc251 tPORT_CALLBACK* p_port_cb = p_port->p_callback; in port_release_port() local
258 p_port->p_callback = p_port_cb; in port_release_port()