HomeSort by relevance Sort by last modified time
    Searched refs:p_bta_dm_pm_cfg (Results 1 - 3 of 3) sorted by null

  /external/bluetooth/bluedroid/bta/dm/
bta_dm_pm.c 74 if(p_bta_dm_pm_cfg[0].app_id != 0)
183 for(i=1; i<=p_bta_dm_pm_cfg[0].app_id; i++)
186 if((p_bta_dm_pm_cfg[i].id == id)
187 && ((p_bta_dm_pm_cfg[i].app_id == BTA_ALL_APP_ID ) || (p_bta_dm_pm_cfg[i].app_id == app_id )))
193 if(i> p_bta_dm_pm_cfg[0].app_id)
203 index = p_bta_dm_pm_spec[p_bta_dm_pm_cfg[i].spec_idx].ssr;
208 if(p_bta_dm_pm_spec[p_bta_dm_pm_cfg[i].spec_idx].actn_tbl[status][0].power_mode == BTA_DM_PM_NO_ACTION)
228 if(p_bta_dm_pm_spec[p_bta_dm_pm_cfg[i].spec_idx].actn_tbl[status][0].power_mode == BTA_DM_PM_NO_PREF)
357 /* p_bta_dm_pm_cfg[0].app_id is the number of entries *
    [all...]
bta_dm_cfg.c 492 tBTA_DM_PM_CFG *p_bta_dm_pm_cfg = (tBTA_DM_PM_CFG *)&bta_dm_pm_cfg; variable
bta_dm_int.h 1109 extern tBTA_DM_PM_CFG *p_bta_dm_pm_cfg;
    [all...]

Completed in 900 milliseconds