Searched refs:BTM_PM_STORED_MASK (Results 1 – 2 of 2) sorted by relevance
90 BTM_PM_STORED_MASK = 0x80, /* set this mask if the command is stored */ enumerator96 std::string((state & BTM_PM_STORED_MASK) ? "stored:" : "immediate:"); in power_mode_state_text()97 switch (state & ~BTM_PM_STORED_MASK) { in power_mode_state_text()
271 p_cb->state |= BTM_PM_STORED_MASK; in BTM_SetPowerMode()633 if (entry.second.state & BTM_PM_STORED_MASK) { in btm_pm_continue_pending_mode_changes()634 entry.second.state &= ~BTM_PM_STORED_MASK; in btm_pm_continue_pending_mode_changes()744 if (old_state & BTM_PM_STORED_MASK) { in btm_pm_proc_mode_change()