Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/test/mock/
Dmock_btif_sock_rfc.cc39 struct bta_co_rfc_data_incoming bta_co_rfc_data_incoming; variable
59 int bta_co_rfc_data_incoming::return_value = 0;
73 int bta_co_rfc_data_incoming(uint32_t id, BT_HDR* p_buf) { in bta_co_rfc_data_incoming() function
75 return test::mock::btif_sock_rfc::bta_co_rfc_data_incoming(id, p_buf); in bta_co_rfc_data_incoming()
Dmock_btif_sock_rfc.h50 struct bta_co_rfc_data_incoming { struct
56 extern struct bta_co_rfc_data_incoming bta_co_rfc_data_incoming; argument
/packages/modules/Bluetooth/system/bta/include/
Dbta_jv_co.h46 int bta_co_rfc_data_incoming(uint32_t rfcomm_slot_id, BT_HDR* p_buf);
/packages/modules/Bluetooth/system/btif/src/
Dbtif_sock_rfc.cc995 int bta_co_rfc_data_incoming(uint32_t id, BT_HDR* p_buf) { in bta_co_rfc_data_incoming() function
/packages/modules/Bluetooth/system/bta/jv/
Dbta_jv_act.cc1352 return bta_co_rfc_data_incoming(p_pcb->rfcomm_slot_id, (BT_HDR*)buf); in bta_jv_port_data_co_cback()