Hello
In my code i have two services one is blood pressure and second one is temperature and i have used button and indication both to send blood pressure data and temperature data .
I have enabled 2 buttons when button_1 is pressed it calls blood_pressure_measurement_send() for blood pressure data and when button_2 is pressed it calls temperature_send() for temperature data.
When i flash the code connection is eshtablished and the button press is also detected then it calls the data send function but in the function i get error .
With indication enabled i'm able to receive data but with button i'm getting error with err_code =184614912 in my data send function .
what does the above error code means ?
And how to resolve it ?
I have used example files for blood pressure and temerature functions .
/cfs-file/__key/communityserver-discussions-components-files/4/71114.main.c