Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/btif/src/
Dbtif_core.c245 UINT8 btif_is_dut_mode(void) in btif_is_dut_mode() function
262 return ((!btif_is_dut_mode()) && (btif_core_state == BTIF_CORE_STATE_ENABLED)); in btif_is_enabled()
876 if (!btif_is_dut_mode()) { in btif_dut_mode_send()