Lines Matching refs:action
36 policy is determined by the greatest allowable power action defined across all
38 it's willing to go to into SNIFF and specifies that as an action, and say, a PAN
39 connection is up which specifies it is willing to go into SNIFF, but its action
54 The action constants are defined in `bta_api.h` and are defined as a series of
62 action that `bta_dm_pm_set_mode` will take, the connection will be removed
68 action is still the same, however -- SNIFF mode is attempted. There are
100 returns with no action taken.
104 there's no action to be performed (`BTA_DM_PM_NO_ACTION`), and if so,
105 returns with no action taken.
123 the first power management action didn't timeout (or was never attempted,
126 the same check is done against the second action and it is used
127 instead. If both actions have been attempted, then the action is set to
128 `BTA_DM_PM_NO_ACTION`. Only the highest power mode action is chosen from
130 - If the chosen action is `BTA_DM_PM_PARK` or `BTA_DM_PM_SNIFF` but the
131 profile doesn't allow it, this function takes no action.
134 - If the action chosen is `BTA_DM_PM_PARK`, `bta_dm_pm_park` is called,
137 - If the action chosen is `BTA_DM_PM_SNIFF`, the peer device's link policy
142 - If the action chosen is `BTA_DM_PM_ACTIVE`, a call to `bta_dm_pm_active`
176 with timeout set to FALSE to re-attempt with a second action (if the
178 action).