Home
last modified time | relevance | path

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

/system/bt/bta/include/
Dbta_jv_co.h47 extern int bta_co_rfc_data_outgoing(void *user_data, UINT8* buf, UINT16 size);
/system/bt/btif/src/
Dbtif_sock_rfc.c900 int bta_co_rfc_data_outgoing(void *user_data, uint8_t *buf, uint16_t size) { in bta_co_rfc_data_outgoing() function
/system/bt/bta/jv/
Dbta_jv_act.c1451 return bta_co_rfc_data_outgoing(p_pcb->user_data, buf, len); in bta_jv_port_data_co_cback()