Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink_lpf3/source/ti/drivers/rcl/handlers/
Dble_cs.c86 #define BLE_CS_FIRST_BATCH_SIZE 2 macro
641 nBatch = (nBatch < BLE_CS_FIRST_BATCH_SIZE) ? nBatch : BLE_CS_FIRST_BATCH_SIZE; in RCL_Handler_BLE_CS_preFillTxBuffer()