ESP-IDF
BlE_SYNC
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
BlE_SYNC struct
Syntax
Show:
Summary
Declaration
from
bt_types.h:197
typedef
struct
{
uint8_t
status
;
uint16_t
opcode
;
osi_sem_t
sync_sem
;
}
BlE_SYNC
;
Fields
Field
Declared as
BlE_SYNC::status
uint8_t
BlE_SYNC::opcode
uint16_t
BlE_SYNC::sync_sem
osi_sem_t
Examples
References
from
examples
Code
Location
Referrer
typedef
struct
{
bt_types.h:197
}
BlE_SYNC
;
bt_types.h:201
BlE_SYNC
BlE_SYNC
*
sync_info
=
btsnd_hcic_ble_get_sync_info
(
)
;
btu_hcif.c:490
btu_hcif_send_cmd_sync()
BlE_SYNC
*
sync_info
=
btsnd_hcic_ble_get_sync_info
(
)
;
hci_layer.c:461
filter_incoming_event()
static
BlE_SYNC
ble_sync_info
;
hciblecmds.c:37
BlE_SYNC
*
btsnd_hcic_ble_get_sync_info
(
void
)
hciblecmds.c:51
btsnd_hcic_ble_get_sync_info()
BlE_SYNC
*
btsnd_hcic_ble_get_sync_info
(
void
)
;
hcimsgs.h:793
btsnd_hcic_ble_get_sync_info()
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
Instance
Scope
Location
Project
return
btsnd_hcic_ble_get_sync_info()
hcimsgs.h:793
ble_sync_info
hciblecmds.c:37
return
btsnd_hcic_ble_get_sync_info()
hciblecmds.c:51
Lifecycle
from
examples
All items filtered out
All items filtered out