Home
last modified time | relevance | path

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

/device/soc/esp/esp32/components/bt/host/bluedroid/stack/btm/
Dbtm_pm.c51 #define BTM_PM_STORED_MASK 0x80 /* set this mask if the command is stored */ macro
249 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()