OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bta_dm_pm_cfg
(Results
1 - 2
of
2
) sorted by null
/system/bt/bta/dm/
bta_dm_cfg.c
121
# define BTA_DM_NUM_PM_ENTRY 23 /* number of entries in
bta_dm_pm_cfg
except the first */
124
# define BTA_DM_NUM_PM_ENTRY 21 /* number of entries in
bta_dm_pm_cfg
except the first */
128
tBTA_DM_PM_TYPE_QUALIFIER tBTA_DM_PM_CFG
bta_dm_pm_cfg
[BTA_DM_NUM_PM_ENTRY + 1] =
variable
532
tBTA_DM_PM_CFG *p_bta_dm_pm_cfg = (tBTA_DM_PM_CFG *)&
bta_dm_pm_cfg
;
/system/bt/doc/
power_management.md
46
`bta/dm/bta_dm_cfg.c` file, as `
bta_dm_pm_cfg
`, `bta_dm_pm_spec`, and
49
During a lookup attempt, the code iterates over the `
bta_dm_pm_cfg
` array,
98
- The power mode config is looked up in the `
bta_dm_pm_cfg
` table. If none
Completed in 347 milliseconds