Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_pm.c202 if (mode != BTM_PM_MD_ACTIVE) { in BTM_SetPowerMode()
213 if ( (mode == BTM_PM_MD_ACTIVE) || in BTM_SetPowerMode()
431 if (p_md2->mode == BTM_PM_MD_ACTIVE || p_md1->mode == BTM_PM_MD_ACTIVE) { in btm_pm_compare_modes()
509 if (p_cb->req_mode[xx].mode == BTM_PM_MD_ACTIVE) { in btm_pm_get_set_mode()
511 return BTM_PM_MD_ACTIVE; in btm_pm_get_set_mode()
515 return BTM_PM_MD_ACTIVE; in btm_pm_get_set_mode()
527 return BTM_PM_MD_ACTIVE; in btm_pm_get_set_mode()
534 return BTM_PM_MD_ACTIVE; in btm_pm_get_set_mode()
566 if ( (mode == BTM_PM_MD_ACTIVE) || in btm_pm_snd_md_req()
578 if ( mode != BTM_PM_MD_ACTIVE && p_cb->state != BTM_PM_MD_ACTIVE) { in btm_pm_snd_md_req()
[all …]
Dbtm_sco.c795 pm.mode = BTM_PM_MD_ACTIVE; in BTM_CreateSco()
Dbtm_acl.c715 settings.mode = BTM_PM_MD_ACTIVE; in BTM_SwitchRole()
/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/
Dl2c_csm.c187 settings.mode = BTM_PM_MD_ACTIVE; in l2c_csm_closed()
237 settings.mode = BTM_PM_MD_ACTIVE; in l2c_csm_closed()
959 settings.mode = BTM_PM_MD_ACTIVE; in l2c_csm_open()
981 settings.mode = BTM_PM_MD_ACTIVE; in l2c_csm_open()
/hal_espressif-latest/components/bt/host/bluedroid/bta/dm/
Dbta_dm_pm.c805 pm.mode = BTM_PM_MD_ACTIVE; in bta_dm_pm_active()
/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/
Dbta_api.h930 #define BTA_PM_MD_ACTIVE BTM_PM_MD_ACTIVE /* 0 Active mode */
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dbtm_api.h1871 BTM_PM_MD_ACTIVE = BTM_PM_STS_ACTIVE, enumerator