Home
last modified time | relevance | path

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

/system/bt/bta/dm/
Dbta_dm_cfg.cc141 {(BTA_DM_PM_SNIFF | BTA_DM_PM_PARK), /* allow park & sniff */
161 {(BTA_DM_PM_SNIFF | BTA_DM_PM_PARK), /* allow park & sniff */
164 {{BTA_DM_PM_PARK, 5000},
171 {{BTA_DM_PM_PARK, 5000},
197 {(BTA_DM_PM_SNIFF | BTA_DM_PM_PARK), /* allow park & sniff */
234 {(BTA_DM_PM_SNIFF | BTA_DM_PM_PARK), /* allow park & sniff */
254 {(BTA_DM_PM_SNIFF | BTA_DM_PM_PARK), /* allow park & sniff */
366 {(BTA_DM_PM_SNIFF | BTA_DM_PM_PARK), /* allow park & sniff */
403 {(BTA_DM_PM_SNIFF | BTA_DM_PM_PARK), /* allow park & sniff */
421 {(BTA_DM_PM_SNIFF | BTA_DM_PM_PARK), /* allow park & sniff */
Dbta_dm_pm.cc191 else if (pm_action == BTA_DM_PM_PARK) in bta_pm_action_to_timer_idx()
589 if (pm_action & (BTA_DM_PM_PARK | BTA_DM_PM_SNIFF)) { in bta_dm_pm_set_mode()
595 (allowed_modes & (BTA_DM_PM_PARK | BTA_DM_PM_SNIFF) & pref_modes); in bta_dm_pm_set_mode()
654 if (pm_action == BTA_DM_PM_PARK) { in bta_dm_pm_set_mode()
655 p_peer_device->pm_mode_attempted = BTA_DM_PM_PARK; in bta_dm_pm_set_mode()
970 if (p_dev->pm_mode_attempted & (BTA_DM_PM_PARK | BTA_DM_PM_SNIFF)) { in bta_dm_pm_btm_status()
972 ((BTA_DM_PM_PARK | BTA_DM_PM_SNIFF) & p_dev->pm_mode_attempted); in bta_dm_pm_btm_status()
/system/bt/bta/include/
Dbta_api.h494 BTA_DM_PM_PARK = 0x10, /* prefers park mode */ enumerator
/system/bt/doc/
Dpower_management.md130 - If the chosen action is `BTA_DM_PM_PARK` or `BTA_DM_PM_SNIFF` but the
134 - If the action chosen is `BTA_DM_PM_PARK`, `bta_dm_pm_park` is called,