ESP-IDF
tBTA_PM_TIMER
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
tBTA_PM_TIMER
tBTA_PM_TIMER struct
Syntax
Show:
Summary
Declaration
from
bta_dm_int.h:1462
typedef
struct
{
#define
BTA_DM_PM_SNIFF_TIMER_IDX
0
#define
BTA_DM_PM_PARK_TIMER_IDX
1
#define
BTA_DM_PM_SUSPEND_TIMER_IDX
2
#define
BTA_DM_PM_MODE_TIMER_MAX
3
TIMER_LIST_ENT
timer
[
BTA_DM_PM_MODE_TIMER_MAX
]
;
UINT8
srvc_id
[
BTA_DM_PM_MODE_TIMER_MAX
]
;
UINT8
pm_action
[
BTA_DM_PM_MODE_TIMER_MAX
]
;
UINT8
active
;
BD_ADDR
peer_bdaddr
;
BOOLEAN
in_use
;
}
tBTA_PM_TIMER
;
Fields
Field
Declared as
tBTA_PM_TIMER::timer
TIMER_LIST_ENT
[
BTA_DM_PM_MODE_TIMER_MAX
]
tBTA_PM_TIMER::srvc_id
UINT8
[
BTA_DM_PM_MODE_TIMER_MAX
]
tBTA_PM_TIMER::pm_action
UINT8
[
BTA_DM_PM_MODE_TIMER_MAX
]
tBTA_PM_TIMER::active
UINT8
tBTA_PM_TIMER::peer_bdaddr
BD_ADDR
tBTA_PM_TIMER::in_use
BOOLEAN
Related Functions
Found 2 other functions taking a
tBTA_PM_TIMER
argument:
Function
Description
bta_dm_pm_stop_timer_by_index()
* Function bta_dm_pm_stop_timer_by_index * Description stop a PM timer * Returns void
bta_dm_pm_start_timer()
* Function bta_dm_pm_start_timer * Description start a PM timer * Returns void
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out