diff options
Diffstat (limited to 'embassy-stm32-wpan/src/wb55/mac/consts.rs')
| -rw-r--r-- | embassy-stm32-wpan/src/wb55/mac/consts.rs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/embassy-stm32-wpan/src/wb55/mac/consts.rs b/embassy-stm32-wpan/src/wb55/mac/consts.rs new file mode 100644 index 000000000..56903d980 --- /dev/null +++ b/embassy-stm32-wpan/src/wb55/mac/consts.rs | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | pub const MAX_PAN_DESC_SUPPORTED: usize = 6; | ||
| 2 | pub const MAX_SOUNDING_LIST_SUPPORTED: usize = 6; | ||
| 3 | pub const MAX_PENDING_ADDRESS: usize = 7; | ||
| 4 | pub const MAX_ED_SCAN_RESULTS_SUPPORTED: usize = 16; | ||
