Home
last modified time | relevance | path

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

/system/bt/btif/include/
Dbtif_api.h392 bt_status_t btif_dut_mode_send(uint16_t opcode, uint8_t* buf, uint8_t len);
/system/bt/btif/src/
Dbluetooth.cc396 return btif_dut_mode_send(opcode, buf, len); in dut_mode_send()
Dbtif_core.cc532 bt_status_t btif_dut_mode_send(uint16_t opcode, uint8_t* buf, uint8_t len) { in btif_dut_mode_send() function