Searched refs:bta_co_rfc_data_outgoing (Results 1 – 5 of 5) sorted by relevance
/packages/modules/Bluetooth/system/test/mock/ |
D | mock_btif_sock_rfc.cc | 40 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()
|
D | mock_btif_sock_rfc.h | 61 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/ |
D | bta_jv_co.h | 48 int bta_co_rfc_data_outgoing(uint32_t rfcomm_slot_id, uint8_t* buf,
|
/packages/modules/Bluetooth/system/btif/src/ |
D | btif_sock_rfc.cc | 1057 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/ |
D | bta_jv_act.cc | 1356 return bta_co_rfc_data_outgoing(p_pcb->rfcomm_slot_id, buf, len); in bta_jv_port_data_co_cback()
|