Syntax
struct net_buf_data_cb
{
uint8_t *(*alloc)(struct net_buf *buf, size_t *size, int32_t timeout);
uint8_t *(*ref)(struct net_buf *buf, uint8_t *data);
void (*unref)(struct net_buf *buf, uint8_t *data);
};
Fields
uint8_t *(*)(struct net_buf *buf, size_t *size, int32_t timeout) uint8_t *(*)(struct net_buf *buf, uint8_t *data) void (*)(struct net_buf *buf, uint8_t *data)