Searched refs:BTA_DM_PM_SNIFF (Results 1 – 4 of 4) sorted by relevance
/system/bt/bta/dm/ |
D | bta_dm_cfg.c | 156 (BTA_DM_PM_SNIFF | BTA_DM_PM_PARK), /* allow park & sniff */ 175 (BTA_DM_PM_SNIFF | BTA_DM_PM_PARK), /* allow park & sniff */ 199 {{BTA_DM_PM_SNIFF, 5000}, {BTA_DM_PM_NO_ACTION, 0}}, /* conn open active */ 205 {{BTA_DM_PM_SNIFF, 1000}, {BTA_DM_PM_NO_ACTION, 0}}, /* idle */ 213 (BTA_DM_PM_SNIFF | BTA_DM_PM_PARK), /* allow park & sniff */ 232 (BTA_DM_PM_SNIFF), /* allow sniff */ 251 (BTA_DM_PM_SNIFF | BTA_DM_PM_PARK), /* allow park & sniff */ 270 (BTA_DM_PM_SNIFF), /* allow sniff */ 289 (BTA_DM_PM_SNIFF), /* allow sniff */ 308 (BTA_DM_PM_SNIFF), /* allow sniff */ [all …]
|
D | bta_dm_pm.c | 198 else if ((pm_action & BTA_DM_PM_SNIFF) == BTA_DM_PM_SNIFF) in bta_pm_action_to_timer_idx() 610 if(pm_action & (BTA_DM_PM_PARK | BTA_DM_PM_SNIFF)) in bta_dm_pm_set_mode() 617 pm_action = (allowed_modes & (BTA_DM_PM_PARK | BTA_DM_PM_SNIFF) & pref_modes); in bta_dm_pm_set_mode() 694 else if(pm_action & BTA_DM_PM_SNIFF) in bta_dm_pm_set_mode() 699 p_peer_device->pm_mode_attempted = BTA_DM_PM_SNIFF; in bta_dm_pm_set_mode() 1003 if(p_dev->pm_mode_attempted &(BTA_DM_PM_PARK | BTA_DM_PM_SNIFF)) in bta_dm_pm_btm_status() 1006 |= ((BTA_DM_PM_PARK | BTA_DM_PM_SNIFF) & p_dev->pm_mode_attempted); in bta_dm_pm_btm_status()
|
/system/bt/doc/ |
D | power_management.md | 65 - `BTA_DM_PM_SNIFF` through `BTA_DM_PM_SNIFF4` 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/ |
D | bta_api.h | 1181 #define BTA_DM_PM_SNIFF 0x20 /* prefers sniff mode */ macro 1215 #define BTA_DM_PM_SNIFF_A2DP_IDX BTA_DM_PM_SNIFF
|