Searched refs:btif_core_state (Results 1 - 1 of 1) sorted by last modified time

/external/bluetooth/bluedroid/btif/src/
H A Dbtif_core.c107 static btif_core_state_t btif_core_state = BTIF_CORE_STATE_DISABLED; variable
262 return ((!btif_is_dut_mode()) && (btif_core_state == BTIF_CORE_STATE_ENABLED));
316 btif_core_state = BTIF_CORE_STATE_DISABLED;
532 if (btif_core_state != BTIF_CORE_STATE_DISABLED)
538 btif_core_state = BTIF_CORE_STATE_ENABLING;
628 btif_core_state = BTIF_CORE_STATE_ENABLED;
640 btif_core_state = BTIF_CORE_STATE_DISABLED;
670 btif_core_state = BTIF_CORE_STATE_DISABLING;
686 btif_core_state = BTIF_CORE_STATE_ENABLED;
720 btif_core_state
[all...]

Completed in 74 milliseconds