Home
last modified time | relevance | path

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

/system/bt/stack/btm/
Dbtm_pm.cc54 #define BTM_PM_STORED_MASK 0x80 /* set this mask if the command is stored */ macro
232 p_cb->state |= BTM_PM_STORED_MASK; in BTM_SetPowerMode()
675 if (btm_cb.pm_mode_db[xx].state & BTM_PM_STORED_MASK) { in btm_pm_check_stored()
676 btm_cb.pm_mode_db[xx].state &= ~BTM_PM_STORED_MASK; in btm_pm_check_stored()
793 if (old_state & BTM_PM_STORED_MASK) { in btm_pm_proc_mode_change()