Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/test/mock/
Dmock_btif_core.cc32 bool btif_is_dut_mode() { in btif_is_dut_mode() function
/packages/modules/Bluetooth/system/btif/include/
Dbtif_api.h357 bool btif_is_dut_mode();
/packages/modules/Bluetooth/system/btif/src/
Dbtif_core.cc129 bool btif_is_dut_mode() { return btif_dut_mode == 1; } in btif_is_dut_mode() function
142 return ((!btif_is_dut_mode()) && in btif_is_enabled()
Dbluetooth.cc949 if (!btif_is_dut_mode()) return BT_STATUS_UNEXPECTED_STATE; in dut_mode_send()