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.c162 (BTA_DM_PM_SNIFF | BTA_DM_PM_PARK), /* allow park & sniff */
181 (BTA_DM_PM_SNIFF | BTA_DM_PM_PARK), /* allow park & sniff */
205 {{BTA_DM_PM_SNIFF, 5000}, {BTA_DM_PM_NO_ACTION, 0}}, /* conn open active */
211 {{BTA_DM_PM_SNIFF, 1000}, {BTA_DM_PM_NO_ACTION, 0}}, /* idle */
219 (BTA_DM_PM_SNIFF | BTA_DM_PM_PARK), /* allow park & sniff */
238 (BTA_DM_PM_SNIFF), /* allow sniff */
257 (BTA_DM_PM_SNIFF | BTA_DM_PM_PARK), /* allow park & sniff */
276 (BTA_DM_PM_SNIFF), /* allow sniff */
295 (BTA_DM_PM_SNIFF), /* allow sniff */
314 (BTA_DM_PM_SNIFF), /* allow sniff */
[all …]
Dbta_dm_pm.c201 else if ((pm_action & BTA_DM_PM_SNIFF) == BTA_DM_PM_SNIFF) in bta_pm_action_to_timer_idx()
615 if(pm_action & (BTA_DM_PM_PARK | BTA_DM_PM_SNIFF)) in bta_dm_pm_set_mode()
622 pm_action = (allowed_modes & (BTA_DM_PM_PARK | BTA_DM_PM_SNIFF) & pref_modes); in bta_dm_pm_set_mode()
704 else if(pm_action & BTA_DM_PM_SNIFF) in bta_dm_pm_set_mode()
709 p_peer_device->pm_mode_attempted = BTA_DM_PM_SNIFF; in bta_dm_pm_set_mode()
1027 if(p_dev->pm_mode_attempted &(BTA_DM_PM_PARK | BTA_DM_PM_SNIFF)) in bta_dm_pm_btm_status()
1030 |= ((BTA_DM_PM_PARK | BTA_DM_PM_SNIFF) & p_dev->pm_mode_attempted); in bta_dm_pm_btm_status()
/system/bt/doc/
Dpower_management.md65 - `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/
Dbta_api.h1133 #define BTA_DM_PM_SNIFF 0x20 /* prefers sniff mode */ macro
1167 #define BTA_DM_PM_SNIFF_A2DP_IDX BTA_DM_PM_SNIFF