![]() |
nRF5 SDK
v14.2.0
|
Choose documentation: | nRF5 SDK | S112 SoftDevice API | S132 SoftDevice API | S140 SoftDevice API | S212 SoftDevice API | S332 SoftDevice API |
Parameters required to allocate the packet buffer. More...
#include <iot_pbuffer.h>
Data Fields | |
iot_pbuffer_type_t | type |
iot_pbuffer_flags_t | flags |
uint32_t | length |
Parameters required to allocate the packet buffer.
iot_pbuffer_flags_t iot_pbuffer_alloc_param_t::flags |
Flags that indicate if memory allocation is needed or not.
uint32_t iot_pbuffer_alloc_param_t::length |
Length of payload for which the packet buffer is requested.
iot_pbuffer_type_t iot_pbuffer_alloc_param_t::type |
Payload type for which the packet buffer is requested to be allocated or reallocated.