Help with gatt_server_service_table BLE example needed
Posted: Mon Aug 28, 2023 2:23 pm
Hello,
I'm in the process of transitioning from Arduino to ESP-IDF, and it has proven to be quite a challenge.
I've dedicated the last couple of days to getting BLE up and running.
I stumbled upon the gatt_server_service_table example and I'm attempting to comprehend its workings.
Currently, I have a specific goal in mind: I want to modify the values of characteristics within a new function or even within the app_main function. How can I achieve this? Despite trying various approaches, I've been unable to update the values successfully. I'm at a loss and reaching out here is my final attempt to find a solution.
I'm in the process of transitioning from Arduino to ESP-IDF, and it has proven to be quite a challenge.
I've dedicated the last couple of days to getting BLE up and running.
I stumbled upon the gatt_server_service_table example and I'm attempting to comprehend its workings.
Currently, I have a specific goal in mind: I want to modify the values of characteristics within a new function or even within the app_main function. How can I achieve this? Despite trying various approaches, I've been unable to update the values successfully. I'm at a loss and reaching out here is my final attempt to find a solution.