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.cc155 {(BTA_DM_PM_SNIFF | BTA_DM_PM_PARK), /* allow park & sniff */
176 {(BTA_DM_PM_SNIFF | BTA_DM_PM_PARK), /* allow park & sniff */
181 {{BTA_DM_PM_PARK, 5000},
188 {{BTA_DM_PM_PARK, 5000},
216 {(BTA_DM_PM_SNIFF | BTA_DM_PM_PARK), /* allow park & sniff */
257 {(BTA_DM_PM_SNIFF | BTA_DM_PM_PARK), /* allow park & sniff */
381 {(BTA_DM_PM_SNIFF | BTA_DM_PM_PARK), /* allow park & sniff */
422 {(BTA_DM_PM_SNIFF | BTA_DM_PM_PARK), /* allow park & sniff */
442 {(BTA_DM_PM_SNIFF | BTA_DM_PM_PARK), /* allow park & sniff */
Dbta_dm_pm.cc196 else if (pm_action == BTA_DM_PM_PARK) in bta_pm_action_to_timer_idx()
574 if (pm_action & (BTA_DM_PM_PARK | BTA_DM_PM_SNIFF)) { in bta_dm_pm_set_mode()
580 (allowed_modes & (BTA_DM_PM_PARK | BTA_DM_PM_SNIFF) & pref_modes); in bta_dm_pm_set_mode()
642 if (pm_action == BTA_DM_PM_PARK) { in bta_dm_pm_set_mode()
643 p_peer_device->pm_mode_attempted = BTA_DM_PM_PARK; in bta_dm_pm_set_mode()
905 if (p_dev->pm_mode_attempted & (BTA_DM_PM_PARK | BTA_DM_PM_SNIFF)) {
907 ((BTA_DM_PM_PARK | BTA_DM_PM_SNIFF) & p_dev->pm_mode_attempted);
/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,
/system/bt/bta/include/
Dbta_api.h843 #define BTA_DM_PM_PARK 0x10 /* prefers park mode */ macro