ESP-IDF
adv_enable_status
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (1/5)...
Files
loading (2/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
adv_enable_status
adv_enable_status variable
Syntax
Show:
Summary
Declaration
Definition
from
btu_hcif.c:157
extern
uint8_t
adv_enable_status
;
Implemented in
btm_ble_gap.c:259
Examples
References
from
examples
Code
Location
Referrer
uint8_t
adv_enable_status
=
0
;
btm_ble_gap.c:259
extern
uint8_t
adv_enable_status
;
btu_hcif.c:157
rt
=
adv_enable_status
;
btm_ble_gap.c:4111
btm_ble_start_adv()
if
(
adv_enable_status
!=
HCI_SUCCESS
)
{
btm_ble_gap.c:4121
btm_ble_start_adv()
rt
=
adv_enable_status
;
btm_ble_gap.c:4159
btm_ble_stop_adv()
if
(
adv_enable_status
!=
HCI_SUCCESS
)
{
btm_ble_gap.c:4170
btm_ble_stop_adv()
rt
=
adv_enable_status
;
btm_ble_gap.c:4188
btm_ble_set_random_addr()
rt
=
adv_enable_status
;
btm_ble_gap.c:4210
btm_ble_set_random_addr()
adv_enable_status
=
*
stream
;
btu_hcif.c:1206
btu_hcif_command_complete_evt()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
adv_enable_status
is written by 1 function and is read by 3 functions:
btu_hcif_command_complete_evt()
All items filtered out
adv_enable_status
btm_ble_start_adv()
btm_ble_stop_adv()
btm_ble_set_random_addr()
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