ESP-IDF
preamble_sizes
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
preamble_sizes
preamble_sizes variable
Syntax
Show:
Summary
Declaration
from
hci_hal_h4.c:58
static
const
uint8_t
preamble_sizes
[
]
=
{
HCI_COMMAND_PREAMBLE_SIZE
,
HCI_ACL_PREAMBLE_SIZE
,
HCI_SCO_PREAMBLE_SIZE
,
HCI_EVENT_PREAMBLE_SIZE
}
;
Examples
References
from
examples
Code
Location
Referrer
static
const
uint8_t
preamble_sizes
[
]
=
{
hci_hal_h4.c:58
hdr_size
=
preamble_sizes
[
type
-
1
]
;
hci_hal_h4.c:453
hci_hal_h4_hdl_rx_packet()
hdr_size
=
preamble_sizes
[
type
-
1
]
;
hci_hal_h4.c:498
hci_hal_h4_hdl_rx_adv_rpt()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
preamble_sizes
is read by 2 functions:
All items filtered out
preamble_sizes
hci_hal_h4_hdl_rx_packet()
hci_hal_h4_hdl_rx_adv_rpt()
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