Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/include/
Dport_api.h86 typedef int(tPORT_DATA_CO_CALLBACK)(uint16_t port_handle, uint8_t* p_buf, typedef
311 tPORT_DATA_CO_CALLBACK* p_port_cb);
/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_rfcomm_port_api.cc57 tPORT_DATA_CO_CALLBACK* /* p_port_cb */) { in PORT_SetDataCOCallback() argument
/packages/modules/Bluetooth/system/stack/rfcomm/
Dport_int.h202 tPORT_DATA_CO_CALLBACK*
Dport_api.cc426 int PORT_SetDataCOCallback(uint16_t handle, tPORT_DATA_CO_CALLBACK* p_port_cb) { in PORT_SetDataCOCallback()