[][src]Macro bluetooth_hci::require_len_at_least

macro_rules! require_len_at_least {
    ($left:expr, $right:expr) => { ... };
}

Verifies that the length of the LHS expression is greater than or equal to the RHS expression. Fails with a BadLength error if not.