mirror of
https://github.com/espressif/esp-idf
synced 2025-03-13 02:59:13 -04:00
This commit adds support for sending Vendor Specific HCI commands and handling Vendor Specific HCI Events in the Nimble stack. It also includes the necessary configuration options and APIs to handle these commands and events. The following changes were made: - Added configuration option to enable support for VSC and VSE - Added API to send Vendor Specific HCI commands - Added example code for using the Set RSSI VSC for Power Control This commit also includes some minor code improvements and bug fixes