Home
last modified time | relevance | path

Searched refs:btif_dut_mode_send (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/system/test/mock/
Dmock_btif_core.cc72 void btif_dut_mode_send(uint16_t /* opcode */, uint8_t* /* buf */, in btif_dut_mode_send() function
/packages/modules/Bluetooth/system/btif/include/
Dbtif_api.h366 void btif_dut_mode_send(uint16_t opcode, uint8_t* buf, uint8_t len);
/packages/modules/Bluetooth/system/btif/src/
Dbtif_core.cc296 void btif_dut_mode_send(uint16_t opcode, uint8_t* buf, uint8_t len) { in btif_dut_mode_send() function
Dbluetooth.cc957 btif_dut_mode_send(opcode, buf, len); in dut_mode_send()