Home
last modified time | relevance | path

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

/system/bt/btif/src/
Dbluetooth.cc391 int dut_mode_configure(uint8_t enable) { in dut_mode_configure() function
456 dut_mode_configure,
/system/bt/include/hardware/
Dbluetooth.h533 int (*dut_mode_configure)(uint8_t enable); member
/system/bt/tools/mcap_tool/
Dmcap_tool.cc573 global_status = (bt_status_t)sBtInterface->dut_mode_configure(mode); in adapter_dut_mode_configure()