ESP-IDF
scan_enable_sem
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
scan_enable_sem
scan_enable_sem variable
Syntax
Show:
Summary
Declaration
Definition
from
btu_hcif.c:155
extern
osi_sem_t
scan_enable_sem
;
Implemented in
btm_ble_gap.c:257
Examples
References
from
examples
Code
Location
Referrer
osi_sem_t
scan_enable_sem
;
btm_ble_gap.c:257
extern
osi_sem_t
scan_enable_sem
;
btu_hcif.c:155
osi_sem_new
(
&
scan_enable_sem
,
1
,
0
)
;
btm_ble_gap.c:288
btm_ble_sem_init()
osi_sem_free
(
&
scan_enable_sem
)
;
btm_ble_gap.c:297
btm_ble_sem_free()
osi_sem_take
(
&
scan_enable_sem
,
OSI_SEM_MAX_TIMEOUT
)
;
btm_ble_gap.c:3879
btm_ble_start_scan()
osi_sem_take
(
&
scan_enable_sem
,
OSI_SEM_MAX_TIMEOUT
)
;
btm_ble_gap.c:4010
btm_ble_stop_discover()
osi_sem_take
(
&
scan_enable_sem
,
OSI_SEM_MAX_TIMEOUT
)
;
btm_ble_gap.c:4196
btm_ble_set_random_addr()
osi_sem_take
(
&
scan_enable_sem
,
OSI_SEM_MAX_TIMEOUT
)
;
btm_ble_gap.c:4218
btm_ble_set_random_addr()
osi_sem_give
(
&
scan_enable_sem
)
;
btu_hcif.c:1220
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