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

  /system/bt/bta/dm/
bta_dm_pm.c 119 bta_dm_cb.pm_timer[i].pm_action[j] = BTA_DM_PM_NO_ACTION;
168 * pm_action[j].
170 * (re)assigns the pm_action[] values is taking into account
171 * the older value; e.g., see the pm_action[] assignment in
192 static UINT8 bta_pm_action_to_timer_idx(UINT8 pm_action)
194 if (pm_action == BTA_DM_PM_SUSPEND)
196 else if (pm_action == BTA_DM_PM_PARK)
198 else if ((pm_action & BTA_DM_PM_SNIFF) == BTA_DM_PM_SNIFF)
229 * TODO: Intentionally setting pm_action[timer_idx].
231 * pm_action[] related comment inside functio
528 tBTA_DM_PM_ACTION pm_action = BTA_DM_PM_NO_ACTION; local
    [all...]
bta_dm_int.h 841 UINT8 pm_action[BTA_DM_PM_MODE_TIMER_MAX]; member in struct:__anon68649
    [all...]

Completed in 78 milliseconds