macro_rules! bt_fidl_status { () => { ... }; ($error_code:ident) => { ... }; ($error_code:ident, $description:expr) => { ... }; }
Expand description
Macro to help build bluetooth fidl statuses. No Args is a success One Arg is the error type Two Args is the error type & a description