Home
last modified time | relevance | path

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

/system/bt/stack/acl/
Dacl.h85 BTM_PM_ST_SNIFF = HCI_MODE_SNIFF, // 0x02 enumerator
102 case BTM_PM_ST_SNIFF: in power_mode_state_text()
Dbtm_pm.cc346 if (p_cb->state == BTM_PM_ST_ACTIVE || p_cb->state == BTM_PM_ST_SNIFF) { in BTM_SetSsrParams()
735 if ((p_cb->state == BTM_PM_ST_ACTIVE) || (p_cb->state == BTM_PM_ST_SNIFF)) { in btm_pm_proc_mode_change()
/system/bt/main/shim/
Dlink_policy.cc205 if (new_mode == (BTM_PM_ST_ACTIVE) || new_mode == (BTM_PM_ST_SNIFF)) { in btm_pm_on_mode_change()
/system/bt/stack/btm/
Dbtm_sco.cc399 if (state == BTM_PM_ST_SNIFF || state == BTM_PM_ST_PARK || in BTM_CreateSco()