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.c105 static btif_core_state_t btif_core_state = BTIF_CORE_STATE_DISABLED; variable
260 return ((!btif_is_dut_mode()) && (btif_core_state == BTIF_CORE_STATE_ENABLED)); in btif_is_enabled()
313 btif_core_state = BTIF_CORE_STATE_DISABLED; in btif_task()
529 if (btif_core_state != BTIF_CORE_STATE_DISABLED) in btif_enable_bluetooth()
535 btif_core_state = BTIF_CORE_STATE_ENABLING; in btif_enable_bluetooth()
625 btif_core_state = BTIF_CORE_STATE_ENABLED; in btif_enable_bluetooth_evt()
637 btif_core_state = BTIF_CORE_STATE_DISABLED; in btif_enable_bluetooth_evt()
667 btif_core_state = BTIF_CORE_STATE_DISABLING; in btif_disable_bluetooth()
683 btif_core_state = BTIF_CORE_STATE_ENABLED; in btif_disable_bluetooth()
713 btif_core_state = BTIF_CORE_STATE_DISABLED; in btif_disable_bluetooth_evt()
[all …]