ESP-IDF
pkt_linked_item
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
pkt_linked_item
pkt_linked_item struct
Syntax
Show:
Summary
Declaration
from
pkt_queue.h:20
typedef
struct
pkt_linked_item
{
STAILQ_ENTRY
(
pkt_linked_item
)
next
;
uint8_t
data
[
]
;
}
pkt_linked_item_t
;
Fields
Field
Declared as
pkt_linked_item::next
STAILQ_ENTRY
(
pkt_linked_item
)
pkt_linked_item::data
uint8_t
[
]
Related Functions
Found 7 other functions taking a
pkt_linked_item
argument:
Function
pkt_queue_enqueue()
fixed_pkt_queue_enqueue()
btm_ble_adv_pkt_post()
hci_adv_flow_cmd_free_cb()
hci_hal_h4_hdl_rx_adv_rpt()
dispatch_adv_report()
hal_says_adv_rpt_ready()
Examples
References
from
examples
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