Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/test/mock/
Dmock_btif_sock_rfc.cc40 struct bta_co_rfc_data_outgoing bta_co_rfc_data_outgoing; variable
60 int bta_co_rfc_data_outgoing::return_value = 0;
77 int bta_co_rfc_data_outgoing(uint32_t id, uint8_t* buf, uint16_t size) { in bta_co_rfc_data_outgoing() function
79 return test::mock::btif_sock_rfc::bta_co_rfc_data_outgoing(id, buf, size); in bta_co_rfc_data_outgoing()
Dmock_btif_sock_rfc.h61 struct bta_co_rfc_data_outgoing { struct
71 extern struct bta_co_rfc_data_outgoing bta_co_rfc_data_outgoing; argument
/packages/modules/Bluetooth/system/bta/include/
Dbta_jv_co.h48 int bta_co_rfc_data_outgoing(uint32_t rfcomm_slot_id, uint8_t* buf,
/packages/modules/Bluetooth/system/btif/src/
Dbtif_sock_rfc.cc1057 int bta_co_rfc_data_outgoing(uint32_t id, uint8_t* buf, uint16_t size) { in bta_co_rfc_data_outgoing() function
/packages/modules/Bluetooth/system/bta/jv/
Dbta_jv_act.cc1356 return bta_co_rfc_data_outgoing(p_pcb->rfcomm_slot_id, buf, len); in bta_jv_port_data_co_cback()