mirror of
https://github.com/espressif/esp-idf.git
synced 2026-09-22 13:01:16 +03:00
Extract ble_log_lbm_recycle_trans() so every transport (UART DMA, SPI DMA, dummy) recycles owned trans through one path; the HD transport builds on it. Also prepare buffers for GDMA weighted arbitration: align transport buffers to the 32-byte burst size, and disable the UART data burst (UHCI enforces burst-size alignment on uhci_transmit() once weighted arbitration is enabled, and UART bandwidth is baud-rate limited anyway).