ESP-IDF
ble_gap_init()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ble_gap_init()
ble_gap_init() function
$init *
Syntax
Show:
Summary
Declaration
Definition
from
ble_gap_priv.h:173
int
ble_gap_init
(
void
)
;
Implemented in
ble_gap.c:8942
Examples
References
from
examples
Code
Location
Referrer
ble_gap_init
(
void
)
ble_gap.c:8943
int
ble_gap_init
(
void
)
;
ble_gap_priv.h:173
rc
=
ble_gap_init
(
)
;
ble_hs.c:811
ble_hs_init()
Call Tree
from
examples
ble_gap_init()
is called by 1 function and calls 5 functions:
ble_hs_init()
All items filtered out
ble_gap_init()
esp_log_timestamp()
esp_log_write()
ble_npl_mutex_init()
os_mempool_init()
stats_init_and_reg()
All items filtered out
Data Use
from
examples
ble_gap_init()
reads 9 variables:
esp_log_level_t::ESP_LOG_ERROR
esp_log_level_t::ESP_LOG_WARN
esp_log_level_t::ESP_LOG_INFO
esp_log_level_t::ESP_LOG_DEBUG
esp_log_level_t::ESP_LOG_VERBOSE
os_error::OS_ENOMEM
ble_gap_master
ble_gap_slave
ble_gap_update_entry_mem
All items filtered out
ble_gap_init()
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