Home
last modified time | relevance | path

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

/aosp12/system/bt/stack/acl/
H A Dacl.h90 BTM_PM_STORED_MASK = 0x80, /* set this mask if the command is stored */ enumerator
96 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()
H A Dbtm_pm.cc271 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()