pub const DEFAULT_PACKET_POOL_SIZE: usize = raw::DEFAULT_PACKET_POOL_SIZE; // 16usize
Expand description
L2CAP default packet pool size
This is the default 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.
Default: 16.