ESP-IDF
bt_le_adv_stop()
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
bt_le_adv_stop()
bt_le_adv_stop() function
Syntax
Show:
Summary
Declaration
Definition
from
adapter.h:696
int
bt_le_adv_stop
(
void
)
;
Implemented in
adapter.c:475
Examples
References
from
examples
Code
Location
Referrer
int
bt_le_adv_stop
(
void
)
adapter.c:475
int
bt_le_adv_stop
(
)
glue.c:868
int
bt_le_adv_stop
(
void
)
;
adapter.h:696
int
bt_le_adv_stop
(
void
)
;
glue.h:441
err
=
bt_le_adv_stop
(
)
;
adv.c:247
adv_send()
err
=
bt_le_adv_stop
(
)
;
adv_legacy.c:130
adv_send()
bt_le_adv_stop
(
)
;
adv_legacy.c:166
mesh_adv_thread()
err
=
bt_le_adv_stop
(
)
;
proxy_server.c:1902
bt_mesh_proxy_server_adv_stop()
Call Tree
from
examples
bt_le_adv_stop()
is called by 3 functions and calls 4 functions:
adv_send()
bt_mesh_proxy_server_adv_stop()
mesh_adv_thread()
All items filtered out
bt_le_adv_stop()
esp_log_timestamp()
esp_log_write()
BTM_BleBroadcast()
ble_gap_adv_stop()
All items filtered out
Data Use
from
examples
bt_le_adv_stop()
reads 3 variables:
esp_log_level_t::ESP_LOG_ERROR
::BTM_SUCCESS
::BTM_CMD_STARTED
All items filtered out
bt_le_adv_stop()
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