Searched refs:btif_is_dut_mode (Results 1 – 4 of 4) sorted by relevance
32 bool btif_is_dut_mode() { in btif_is_dut_mode() function
357 bool btif_is_dut_mode();
129 bool btif_is_dut_mode() { return btif_dut_mode == 1; } in btif_is_dut_mode() function142 return ((!btif_is_dut_mode()) && in btif_is_enabled()
949 if (!btif_is_dut_mode()) return BT_STATUS_UNEXPECTED_STATE; in dut_mode_send()