Searched refs:BTM_PM_STORED_MASK (Results 1 – 1 of 1) sorted by relevance
51 #define BTM_PM_STORED_MASK 0x80 /* set this mask if the command is stored */ macro249 p_cb->state |= BTM_PM_STORED_MASK; in BTM_SetPowerMode()677 if (p_acl_cb->p_pm_mode_db->state & BTM_PM_STORED_MASK) { in btm_pm_check_stored()678 p_acl_cb->p_pm_mode_db->state &= ~BTM_PM_STORED_MASK; in btm_pm_check_stored()794 if (old_state & BTM_PM_STORED_MASK) { in btm_pm_proc_mode_change()