Home
last modified time | relevance | path

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

/system/bt/stack/btm/
Dbtm_pm.c248 if( (p_cb->state == BTM_PM_STS_HOLD) || in BTM_SetPowerMode()
Dbtm_int.h644 BTM_PM_ST_HOLD = BTM_PM_STS_HOLD,
/system/bt/stack/include/
Dbtm_api.h1769 BTM_PM_STS_HOLD = HCI_MODE_HOLD, enumerator
1782 BTM_PM_MD_HOLD = BTM_PM_STS_HOLD,
/system/bt/doc/
Dpower_management.md179 - If the status is `BTM_PM_STS_PARK` or `BTM_PM_STS_HOLD`, saves the
/system/bt/bta/dm/
Dbta_dm_pm.c1053 case BTM_PM_STS_HOLD: in bta_dm_pm_btm_status()