Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_pm.c51 #define BTM_PM_STORED_MASK 0x80 /* set this mask if the command is stored */ macro
247 (p_cb->state & BTM_PM_STORED_MASK) ) { /* command pending */ in BTM_SetPowerMode()
250 p_cb->state |= BTM_PM_STORED_MASK; in BTM_SetPowerMode()
676 if (p_acl_cb->p_pm_mode_db->state & BTM_PM_STORED_MASK) { in btm_pm_check_stored()
677 p_acl_cb->p_pm_mode_db->state &= ~BTM_PM_STORED_MASK; in btm_pm_check_stored()
796 if (old_state & BTM_PM_STORED_MASK) { in btm_pm_proc_mode_change()