Searched refs:BTA_DM_PM_ACTIVE (Results 1 – 4 of 4) sorted by relevance
/packages/modules/Bluetooth/system/bta/dm/ |
D | bta_dm_cfg.cc | 159 {{BTA_DM_PM_ACTIVE, 0}, {BTA_DM_PM_NO_ACTION, 0}}, /* busy */ in get_bta_dm_pm_spec() 187 {(BTA_DM_PM_ACTIVE), /* no power saving mode allowed */ in get_bta_dm_pm_spec() 194 {{BTA_DM_PM_ACTIVE, 0}, {BTA_DM_PM_NO_ACTION, 0}}, /* app open */ in get_bta_dm_pm_spec() 202 {{BTA_DM_PM_ACTIVE, 0}, {BTA_DM_PM_NO_ACTION, 0}}, /* busy */ in get_bta_dm_pm_spec() 249 {{BTA_DM_PM_ACTIVE, 0}, {BTA_DM_PM_NO_ACTION, 0}}, /* busy */ in get_bta_dm_pm_spec() 306 {{BTA_DM_PM_ACTIVE, 0}, in get_bta_dm_pm_spec() 310 {{BTA_DM_PM_ACTIVE, 0}, {BTA_DM_PM_NO_ACTION, 0}}, /* app open */ in get_bta_dm_pm_spec() 319 {{BTA_DM_PM_ACTIVE, 0}, {BTA_DM_PM_NO_ACTION, 0}}, /* busy */ in get_bta_dm_pm_spec() 328 {{BTA_DM_PM_ACTIVE, 0}, in get_bta_dm_pm_spec() 332 {{BTA_DM_PM_ACTIVE, 0}, {BTA_DM_PM_NO_ACTION, 0}}, /* app open */ in get_bta_dm_pm_spec() [all …]
|
D | bta_dm_pm.cc | 755 } else if (pm_action == BTA_DM_PM_ACTIVE) { in bta_dm_pm_set_mode()
|
/packages/modules/Bluetooth/system/bta/include/ |
D | bta_api.h | 330 BTA_DM_PM_ACTIVE = 0x40, /* prefers active mode */ enumerator
|
/packages/modules/Bluetooth/system/doc/ |
D | power_management.md | 71 - `BTA_DM_PM_ACTIVE` is full-on power. 142 - If the action chosen is `BTA_DM_PM_ACTIVE`, a call to `bta_dm_pm_active`
|