Home | History | Annotate | Download | only in dm

Lines Matching refs:ssr

49 /* BTA_DM_PM_SSR1 will be dedicated for HH SSR setting entry, no other profile can use it */
200 /* set SSR parameters on SYS CONN OPEN */
203 index = p_bta_dm_pm_spec[p_bta_dm_pm_cfg[i].spec_idx].ssr;
211 if(BTA_DM_PM_SSR0 == index) /* and do not need to set SSR, return. */
543 * If sniff, but SSR is not used in this link, still issue the command */
566 /* else already in sniff and is using SSR, do nothing */
575 ** Description checks and sends SSR parameters
585 int ssr = BTA_DM_PM_SSR0;
606 /* find the ssr index with the smallest max latency. */
607 p_spec_cur = &p_bta_dm_ssr_spec[p_bta_dm_pm_spec[p_bta_dm_pm_cfg[j].spec_idx].ssr];
608 p_spec = &p_bta_dm_ssr_spec[ssr];
611 /* HH has the per connection SSR preference, already read the SSR params from BTA HH */
612 if (p_bta_dm_pm_spec[p_bta_dm_pm_cfg[j].spec_idx].ssr == BTA_DM_PM_SSR_HH)
619 (ssr == BTA_DM_PM_SSR0 && p_bta_dm_pm_spec[p_bta_dm_pm_cfg[j].spec_idx].ssr != BTA_DM_PM_SSR0))
621 ssr = p_bta_dm_pm_spec[p_bta_dm_pm_cfg[j].spec_idx].ssr;
627 p_spec = &p_bta_dm_ssr_spec[ssr];
628 APPL_TRACE_WARNING2("bta_dm_pm_ssr:%d, lat:%d", ssr, p_spec->max_lat);
631 /* set the SSR parameters. */
781 /* need to send the SSR paramaters to controller again */
794 /* save the previous low power mode - for SSR.
795 * SSR parameters are sent to controller on "conn open".