Searched refs:BTM_PM_STORED_MASK (Results 1 – 1 of 1) sorted by relevance
59 #define BTM_PM_STORED_MASK 0x80 /* set this mask if the command is stored */ macro262 p_cb->state |= BTM_PM_STORED_MASK; in BTM_SetPowerMode()712 if(btm_cb.pm_mode_db[xx].state & BTM_PM_STORED_MASK) in btm_pm_check_stored()714 btm_cb.pm_mode_db[xx].state &= ~BTM_PM_STORED_MASK; in btm_pm_check_stored()875 if(old_state & BTM_PM_STORED_MASK) in btm_pm_proc_mode_change()