Home
last modified time | relevance | path

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

/aosp12/system/bt/bta/include/
H A Dbta_jv_co.h47 extern int bta_co_rfc_data_outgoing_size(uint32_t rfcomm_slot_id, int* size);
/aosp12/system/bt/btif/src/
H A Dbtif_sock_rfc.cc915 int bta_co_rfc_data_outgoing_size(uint32_t id, int* size) { in bta_co_rfc_data_outgoing_size() function
/aosp12/system/bt/bta/jv/
H A Dbta_jv_act.cc1180 return bta_co_rfc_data_outgoing_size(p_pcb->rfcomm_slot_id, (int*)buf); in bta_jv_port_data_co_cback()