ESP-IDF
partial_packets
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
partial_packets
partial_packets variable
Syntax
Show:
Summary
Declaration
from
packet_fragmenter.c:48
static
hash_map_t
*
partial_packets
;
Examples
References
from
examples
Code
Location
Referrer
static
hash_map_t
*
partial_packets
;
packet_fragmenter.c:48
partial_packets
=
hash_map_new
(
NUMBER_OF_BUCKETS
,
hash_function_naive
,
NULL
,
NULL
,
NULL
)
;
packet_fragmenter.c:55
init()
if
(
partial_packets
)
{
packet_fragmenter.c:60
cleanup()
hash_map_free
(
partial_packets
)
;
packet_fragmenter.c:61
cleanup()
BT_HDR
*
partial_packet
=
(
BT_HDR
*
)
hash_map_get
(
partial_packets
,
(
void
*
)
(
uintptr_t
)
handle
)
;
packet_fragmenter.c:155
reassemble_and_dispatch()
hash_map_erase
(
partial_packets
,
(
void
*
)
(
uintptr_t
)
handle
)
;
packet_fragmenter.c:160
reassemble_and_dispatch()
hash_map_set
(
partial_packets
,
(
void
*
)
(
uintptr_t
)
handle
,
partial_packet
)
;
packet_fragmenter.c:191
reassemble_and_dispatch()
hash_map_erase
(
partial_packets
,
(
void
*
)
(
uintptr_t
)
handle
)
;
packet_fragmenter.c:221
reassemble_and_dispatch()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
partial_packets
is written by 1 function and is read by 2 functions:
init()
All items filtered out
partial_packets
cleanup()
reassemble_and_dispatch()
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