Searched refs:BTM_PM_STORED_MASK (Results 1 – 3 of 3) sorted by relevance
91 BTM_PM_STORED_MASK = 0x80, /* set this mask if the command is stored */ enumerator97 std::string((state & BTM_PM_STORED_MASK) ? "stored:" : "immediate:"); in power_mode_state_text()98 switch (state & ~BTM_PM_STORED_MASK) { in power_mode_state_text()
261 p_cb->state |= BTM_PM_STORED_MASK; in BTM_SetPowerMode()621 if (entry.second.state & BTM_PM_STORED_MASK) { in btm_pm_continue_pending_mode_changes()622 entry.second.state &= ~BTM_PM_STORED_MASK; in btm_pm_continue_pending_mode_changes()735 if (old_state & BTM_PM_STORED_MASK) { in btm_pm_proc_mode_change()
205 static_cast<tBTM_PM_MODE>(BTM_PM_STS_PENDING | BTM_PM_STORED_MASK), in TEST_F()