Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/acl/
Dacl.h84 BTM_PM_ST_ACTIVE = HCI_MODE_ACTIVE, // 0x00 enumerator
99 case BTM_PM_ST_ACTIVE: in power_mode_state_text()
160 tBTM_PM_STATE state = BTM_PM_ST_ACTIVE; // 0
Dbtm_pm.cc334 if (p_cb->state == BTM_PM_ST_ACTIVE || p_cb->state == BTM_PM_ST_SNIFF) { in BTM_SetSsrParams()
722 if ((p_cb->state == BTM_PM_ST_ACTIVE) || (p_cb->state == BTM_PM_ST_SNIFF)) { in btm_pm_proc_mode_change()
726 (mode != BTM_PM_ST_ACTIVE) in btm_pm_proc_mode_change()