Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/include/
Dport_api.h296 tPORT_CALLBACK* p_port_cb);
311 tPORT_DATA_CO_CALLBACK* p_port_cb);
/packages/modules/Bluetooth/system/stack/rfcomm/
Dport_api.cc375 tPORT_CALLBACK* p_port_cb) { in PORT_SetEventMaskAndCallback() argument
388 p_port->p_callback = p_port_cb; in PORT_SetEventMaskAndCallback()
426 int PORT_SetDataCOCallback(uint16_t handle, tPORT_DATA_CO_CALLBACK* p_port_cb) { in PORT_SetDataCOCallback() argument
428 fmt::ptr(p_port_cb)); in PORT_SetDataCOCallback()
439 p_port->p_data_co_callback = p_port_cb; in PORT_SetDataCOCallback()
Dport_utils.cc248 tPORT_CALLBACK* p_port_cb = p_port->p_callback; in port_release_port() local
255 p_port->p_callback = p_port_cb; in port_release_port()