pub const MAX_RFCOMM_FRAME_SIZE: usize = fuchsia_bluetooth::types::Channel::DEFAULT_MAX_TX; // 672usize
Expand description

The largest frame size that this RFCOMM implementation accepts. Currently, the default max TX size of the underlying fuchsia_bluetooth::Channel.