Home
last modified time | relevance | path

Searched refs:BTA_DM_PM_SSR0 (Results 1 – 2 of 2) sorted by relevance

/external/bluetooth/bluedroid/bta/dm/
Dbta_dm_pm.c159 int index = BTA_DM_PM_SSR0; in bta_dm_pm_cback()
206 if(BTA_DM_PM_SSR0 == index) /* and do not need to set SSR, return. */ in bta_dm_pm_cback()
577 int ssr = BTA_DM_PM_SSR0; in bta_dm_pm_ssr()
603 … (ssr == BTA_DM_PM_SSR0 && p_bta_dm_pm_spec[p_bta_dm_pm_cfg[j].spec_idx].ssr != BTA_DM_PM_SSR0)) in bta_dm_pm_ssr()
/external/bluetooth/bluedroid/bta/include/
Dbta_api.h847 #define BTA_DM_PM_SSR0 0 macro