HomeSort by relevance Sort by last modified time
    Searched refs:pm_action (Results 1 - 2 of 2) sorted by null

  /system/bt/bta/dm/
bta_dm_pm.c 122 bta_dm_cb.pm_timer[i].pm_action[j] = BTA_DM_PM_NO_ACTION;
171 * pm_action[j].
173 * (re)assigns the pm_action[] values is taking into account
174 * the older value; e.g., see the pm_action[] assignment in
195 static UINT8 bta_pm_action_to_timer_idx(UINT8 pm_action)
197 if (pm_action == BTA_DM_PM_SUSPEND)
199 else if (pm_action == BTA_DM_PM_PARK)
201 else if ((pm_action & BTA_DM_PM_SNIFF) == BTA_DM_PM_SNIFF)
232 * TODO: Intentionally setting pm_action[timer_idx].
234 * pm_action[] related comment inside functio
533 tBTA_DM_PM_ACTION pm_action = BTA_DM_PM_NO_ACTION; local
    [all...]
bta_dm_int.h 839 UINT8 pm_action[BTA_DM_PM_MODE_TIMER_MAX]; member in struct:__anon71728
    [all...]

Completed in 44 milliseconds