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.cc249 uint8_t btif_is_dut_mode(void) { return (btif_dut_mode == 1); } in btif_is_dut_mode() function
262 return ((!btif_is_dut_mode()) && in btif_is_enabled()
578 if (!btif_is_dut_mode()) { in btif_dut_mode_send()