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.cc160 {(BTA_DM_PM_SNIFF | BTA_DM_PM_PARK), /* allow park & sniff */
182 {(BTA_DM_PM_SNIFF | BTA_DM_PM_PARK), /* allow park & sniff */
187 {{BTA_DM_PM_PARK, 5000},
194 {{BTA_DM_PM_PARK, 5000},
222 {(BTA_DM_PM_SNIFF | BTA_DM_PM_PARK), /* allow park & sniff */
263 {(BTA_DM_PM_SNIFF | BTA_DM_PM_PARK), /* allow park & sniff */
285 {(BTA_DM_PM_SNIFF | BTA_DM_PM_PARK), /* allow park & sniff */
409 {(BTA_DM_PM_SNIFF | BTA_DM_PM_PARK), /* allow park & sniff */
450 {(BTA_DM_PM_SNIFF | BTA_DM_PM_PARK), /* allow park & sniff */
470 {(BTA_DM_PM_SNIFF | BTA_DM_PM_PARK), /* allow park & sniff */
Dbta_dm_pm.cc197 else if (pm_action == BTA_DM_PM_PARK) in bta_pm_action_to_timer_idx()
582 if (pm_action & (BTA_DM_PM_PARK | BTA_DM_PM_SNIFF)) { in bta_dm_pm_set_mode()
588 (allowed_modes & (BTA_DM_PM_PARK | BTA_DM_PM_SNIFF) & pref_modes); in bta_dm_pm_set_mode()
650 if (pm_action == BTA_DM_PM_PARK) { in bta_dm_pm_set_mode()
651 p_peer_device->pm_mode_attempted = BTA_DM_PM_PARK; in bta_dm_pm_set_mode()
913 if (p_dev->pm_mode_attempted & (BTA_DM_PM_PARK | BTA_DM_PM_SNIFF)) {
915 ((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.h841 #define BTA_DM_PM_PARK 0x10 /* prefers park mode */ macro