Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/btif/src/
Dbtif_core.c104 static btif_core_state_t btif_core_state = BTIF_CORE_STATE_DISABLED; variable
258 return ((!btif_is_dut_mode()) && (btif_core_state == BTIF_CORE_STATE_ENABLED)); in btif_is_enabled()
507 if (btif_core_state != BTIF_CORE_STATE_DISABLED) in btif_enable_bluetooth()
513 btif_core_state = BTIF_CORE_STATE_ENABLING; in btif_enable_bluetooth()
603 btif_core_state = BTIF_CORE_STATE_ENABLED; in btif_enable_bluetooth_evt()
615 btif_core_state = BTIF_CORE_STATE_DISABLED; in btif_enable_bluetooth_evt()
645 btif_core_state = BTIF_CORE_STATE_DISABLING; in btif_disable_bluetooth()
661 btif_core_state = BTIF_CORE_STATE_ENABLED; in btif_disable_bluetooth()
691 btif_core_state = BTIF_CORE_STATE_DISABLED; in btif_disable_bluetooth_evt()
799 if (btif_core_state != BTIF_CORE_STATE_ENABLED) { in btif_dut_mode_configure()