Home
last modified time | relevance | path

Searched refs:BLE_MEM_BLOCK_SIZE (Results 1 – 2 of 2) sorted by relevance

/hal_stm32-latest/lib/stm32wba/STM32_WPAN/ble/stack/include/
Dble_bufsize.h49 #define BLE_MEM_BLOCK_SIZE 32 macro
58 (DIVC((mtu) + 4U, BLE_MEM_BLOCK_SIZE) + 1)
61 ((DIVC((mtu) + 4U, BLE_MEM_BLOCK_SIZE) + 2U) * (n_link) + 1)
131 ((BLE_MEM_BLOCK_SIZE + 8) * (mblocks_count)))
/hal_stm32-latest/lib/stm32wb/hci/
Dble_bufsize.h50 #define BLE_MEM_BLOCK_SIZE 32 macro
59 (DIVC((mtu) + 4U, BLE_MEM_BLOCK_SIZE) + 1)
62 ((DIVC((mtu) + 4U, BLE_MEM_BLOCK_SIZE) + 2U) * (n_link) + 1)
143 ((BLE_MEM_BLOCK_SIZE + 8) * (mblocks_count)))