ESP-IDF
btm_pm_check_stored()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
btm_pm_check_stored()
btm_pm_check_stored() function
* Function btm_pm_check_stored * Description This function is called when an HCI command status event occurs * to check if there's any PM command issued while waiting for * HCI command status. * Returns none.
Syntax
Show:
Summary
Declaration
from
btm_pm.c:670
static
void
btm_pm_check_stored
(
void
)
;
Examples
References
from
examples
Code
Location
Referrer
static
void
btm_pm_check_stored
(
void
)
btm_pm.c:670
btm_pm_check_stored
(
)
;
btm_pm.c:739
btm_pm_proc_cmd_status()
Call Tree
from
examples
btm_pm_check_stored()
is called by 1 function and calls 6 functions:
btm_pm_proc_cmd_status()
All items filtered out
btm_pm_check_stored()
esp_log_timestamp()
esp_log_write()
list_begin()
list_next()
list_node()
btm_pm_snd_md_req()
All items filtered out
Data Use
from
examples
btm_pm_check_stored()
reads 7 variables and writes 1 variable:
esp_log_level_t::ESP_LOG_DEBUG
tBTM_CB::p_acl_db_list
tBTM_CB::trace_level
tBTM_PM_MCB::state
tACL_CONN::hci_handle
tACL_CONN::p_pm_mode_db
btm_cb
All items filtered out
btm_pm_check_stored()
tBTM_PM_MCB::state
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