net_buf_pool is only used within ESP-IDF.
 
Symbols
loading...
Files
loading...
SummarySyntaxRelatedReferences

Fields

Field
Declared as
Description
const uint16_t
Number of buffers in pool.
uint16_t
Number of uninitialized buffers.
int16_t
Amount of available buffers in the pool.
const uint16_t
Total size of the pool.
const char *
Name of the pool. Used when printing pool information.
void (*const)(struct net_buf *buf)
Optional destroy callback when buffer is freed.
const struct net_buf_data_alloc *
Data allocation handlers.
struct net_buf *const
Helper to access the start of storage (for net_buf_pool_init).

References

from examples