Home
last modified time | relevance | path

Searched refs:BTA_DM_PM_SNIFF (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 */
208 {{BTA_DM_PM_SNIFF, 5000},
215 {{BTA_DM_PM_SNIFF, 1000}, {BTA_DM_PM_NO_ACTION, 0}}, /* idle */
222 {(BTA_DM_PM_SNIFF | BTA_DM_PM_PARK), /* allow park & sniff */
243 {(BTA_DM_PM_SNIFF), /* allow 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 */
307 {(BTA_DM_PM_SNIFF), /* allow sniff */
327 {(BTA_DM_PM_SNIFF), /* allow sniff */
[all …]
Dbta_dm_pm.cc199 else if ((pm_action & BTA_DM_PM_SNIFF) == BTA_DM_PM_SNIFF) 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()
653 } else if (pm_action & BTA_DM_PM_SNIFF) { in bta_dm_pm_set_mode()
656 p_peer_device->pm_mode_attempted = BTA_DM_PM_SNIFF; 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.md65 - `BTA_DM_PM_SNIFF` through `BTA_DM_PM_SNIFF6` are special, in that each
130 - If the chosen action is `BTA_DM_PM_PARK` or `BTA_DM_PM_SNIFF` but the
137 - If the action chosen is `BTA_DM_PM_SNIFF`, the peer device's link policy
/system/bt/bta/include/
Dbta_api.h842 #define BTA_DM_PM_SNIFF 0x20 /* prefers sniff mode */ macro
882 #define BTA_DM_PM_SNIFF_A2DP_IDX BTA_DM_PM_SNIFF