HomeSort by relevance Sort by last modified time
    Searched defs:ssr (Results 1 - 2 of 2) sorted by null

  /external/bluetooth/bluedroid/bta/dm/
bta_dm_pm.c 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; local
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];
    [all...]
bta_dm_int.h 843 #define BTA_DM_DI_USE_SSR 0x10 /* set this bit if ssr is supported for this link */
1089 UINT8 ssr; /* set SSR on conn open/unpark */ member in struct:__anon5172
    [all...]

Completed in 331 milliseconds