advanced_https_ota: Added BLE GATTS code.

`advanced_https_ota` can run a minimal BLE GATT server while
downloading OTA update. Both NimBLE and Bluedroid stack can be used
here by configuring relevant options in menuconfig.

Signed-off-by: Chinmay Chhajed <chinmay.chhajed@espressif.com>
This commit is contained in:
Chinmay Chhajed
2021-03-02 16:00:49 +05:30
parent b05ac11456
commit 3eaf78d462
13 changed files with 1218 additions and 2 deletions
@@ -4,3 +4,6 @@
# (Uses default behaviour of compiling all source files in directory, adding 'include' to include path.)
COMPONENT_EMBED_TXTFILES := ${PROJECT_PATH}/server_certs/ca_cert.pem
COMPONENT_ADD_INCLUDEDIRS += ./ble_helper/include
COMPONENT_SRCDIRS += ./ble_helper/