ESP-IDF
adv_param_sem
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (1/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_param_sem
adv_param_sem variable
Syntax
Show:
Summary
Declaration
Definition
from
btu_hcif.c:154
extern
osi_sem_t
adv_param_sem
;
Implemented in
btm_ble_gap.c:256
Examples
References
from
examples
Code
Location
Referrer
osi_sem_t
adv_param_sem
;
btm_ble_gap.c:256
extern
osi_sem_t
adv_param_sem
;
btu_hcif.c:154
osi_sem_new
(
&
adv_param_sem
,
1
,
0
)
;
btm_ble_gap.c:287
btm_ble_sem_init()
osi_sem_free
(
&
adv_param_sem
)
;
btm_ble_gap.c:296
btm_ble_sem_free()
osi_sem_take
(
&
adv_param_sem
,
OSI_SEM_MAX_TIMEOUT
)
;
btm_ble_gap.c:1586
BTM_BleSetAdvParamsAll()
osi_sem_give
(
&
adv_param_sem
)
;
btu_hcif.c:1212
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