ESP-IDF
adv_enable_sem
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/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_sem
adv_enable_sem variable
Syntax
Show:
Summary
Declaration
Definition
from
btu_hcif.c:152
extern
osi_sem_t
adv_enable_sem
;
Implemented in
btm_ble_gap.c:254
Examples
References
from
examples
Code
Location
Referrer
osi_sem_t
adv_enable_sem
;
btm_ble_gap.c:254
extern
osi_sem_t
adv_enable_sem
;
btu_hcif.c:152
osi_sem_new
(
&
adv_enable_sem
,
1
,
0
)
;
btm_ble_gap.c:285
btm_ble_sem_init()
osi_sem_free
(
&
adv_enable_sem
)
;
btm_ble_gap.c:294
btm_ble_sem_free()
osi_sem_take
(
&
adv_enable_sem
,
OSI_SEM_MAX_TIMEOUT
)
;
btm_ble_gap.c:4110
btm_ble_start_adv()
osi_sem_take
(
&
adv_enable_sem
,
OSI_SEM_MAX_TIMEOUT
)
;
btm_ble_gap.c:4158
btm_ble_stop_adv()
osi_sem_take
(
&
adv_enable_sem
,
OSI_SEM_MAX_TIMEOUT
)
;
btm_ble_gap.c:4187
btm_ble_set_random_addr()
osi_sem_take
(
&
adv_enable_sem
,
OSI_SEM_MAX_TIMEOUT
)
;
btm_ble_gap.c:4209
btm_ble_set_random_addr()
osi_sem_give
(
&
adv_enable_sem
)
;
btu_hcif.c:1207
btu_hcif_command_complete_evt()
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