Home
last modified time | relevance | path

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

/system/bt/btif/src/
Dbtif_core.cc252 bool btif_is_dut_mode() { return btif_dut_mode == 1; } in btif_is_dut_mode() function
265 return ((!btif_is_dut_mode()) && in btif_is_enabled()
535 if (!btif_is_dut_mode()) { in btif_dut_mode_send()