pub const L2CAP_TX_PACKET_POOL_SIZE: usize = raw::L2CAP_TX_PACKET_POOL_SIZE; // 8usizeExpand description
L2CAP TX packet pool size
This is the tx packet pool size of every l2cap channel. There has to be at least 1 packet that can be allocated, but the pool is shared among different channels.
If the tx queue size is adjusted, consider adjusting the tx packet pool size as well.
Default: 8.