Home
last modified time | relevance | path

Searched defs:p_port_cb (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/stack/rfcomm/
Dport_api.cc362 int PORT_SetEventMaskAndCallback(uint16_t handle, uint32_t mask, tPORT_CALLBACK* p_port_cb) { in PORT_SetEventMaskAndCallback()
413 int PORT_SetDataCOCallback(uint16_t handle, tPORT_DATA_CO_CALLBACK* p_port_cb) { in PORT_SetDataCOCallback()
Dport_utils.cc244 tPORT_CALLBACK* p_port_cb = p_port->p_callback; in port_release_port() local