Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/bluetooth/hci/
Dhci_stm32wba.c44 #define BLE_DYN_ALLOC_SIZE \ macro
69 static uint32_t __noinit buffer[DIVC(BLE_DYN_ALLOC_SIZE, 4)];
362 init_params_p.total_buffer_size = BLE_DYN_ALLOC_SIZE; in bt_ble_ctlr_init()
Dhci_stm32wb0.c59 static uint32_t __noinit dyn_alloc_a[BLE_DYN_ALLOC_SIZE >> 2];
432 .TotalBufferSize = BLE_DYN_ALLOC_SIZE, in bt_hci_stm32wb0_open()