pub const L2CAP_RX_PACKET_POOL_SIZE: usize = raw::L2CAP_RX_PACKET_POOL_SIZE; // 8usize
Expand description
L2CAP RX packet pool size
This is the rx packet pool size of all l2cap channels. There has to be at least 1 packet that can be allocated, but the pool is shared among different channels.
If the rx queue size is adjusted, consider adjusting the rx packet pool size as well, taking the number of channels and per-channel queue size into account.
Ensuring fair access to the pool is done configuring the QoS policy when creating the host resources.
Default: 8.