ESP-IDF
BlE_SYNC::sync_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
BlE_SYNC::sync_sem
BlE_SYNC::sync_sem field
Syntax
Show:
Summary
Declaration
from
bt_types.h:200
osi_sem_t
sync_sem
;
Examples
References
from
examples
Code
Location
Referrer
osi_sem_t
sync_sem
;
bt_types.h:200
if
(
(
sync_info
==
NULL
)
||
(
sync_info
->
sync_sem
==
NULL
)
)
{
btu_hcif.c:491
btu_hcif_send_cmd_sync()
osi_sem_take
(
&
sync_info
->
sync_sem
,
OSI_SEM_MAX_TIMEOUT
)
;
btu_hcif.c:527
btu_hcif_send_cmd_sync()
if
(
sync_info
->
sync_sem
&&
sync_info
->
opcode
==
opcode
)
{
hci_layer.c:465
filter_incoming_event()
osi_sem_give
(
&
sync_info
->
sync_sem
)
;
hci_layer.c:466
filter_incoming_event()
osi_sem_new
(
&
ble_sync_info
.
sync_sem
,
1
,
0
)
;
hciblecmds.c:42
btsnd_hcic_ble_sync_sem_init()
osi_sem_free
(
&
ble_sync_info
.
sync_sem
)
;
hciblecmds.c:48
btsnd_hcic_ble_sync_sem_deinit()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
BlE_SYNC::sync_sem
is read by 2 functions:
All items filtered out
BlE_SYNC::sync_sem
filter_incoming_event()
btu_hcif_send_cmd_sync()
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