This commit removes the usage of all legacy FreeRTOS data types that are exposed via configENABLE_BACKWARD_COMPATIBILITY. Legacy types can still be used by enabling CONFIG_FREERTOS_ENABLE_BACKWARD_COMPATIBILITY.
NimBLE : Fixed BLE SPP build fail on Windows Closes : https://github.com/espressif/esp-idf/issues/8305
Nimble: Added BLE SPP Service Closes: https://github.com/espressif/esp-idf/issues/7303 See merge request espressif/esp-idf!14998