mirror of
https://github.com/espressif/esp-idf
synced 2025-03-14 11:39:10 -04:00
Feature/btdm uart hci 1. support UART HCI, devolper need not to make a bridge between VHCI and UART. 2. fix bug of rand/srand called in ISR. 3. fix bug of BLE rx packets may cause assert. See merge request !626