Good morning Dialog,
我目前使用da14585发送我的暴徒ile. I noticed that the command ke_msg_send sends the data to the kernel, and then the kernel is responsible for sending the data to my mobile phone. So, if I write this command 2 times or more in a row, I will get only the latter. What should i do between those ke_msg_send commands in order to send all of them?
Thank you in advance
Device:
Hi marios256,
The ke_msg_send is the general message for sending data towards the kernel of the stack, so what exactly is the message that you send, i assume that it is the CUSTS1_VAL_NTF_REQ and you would like to send data to your phone. Well as described in this posthttps://support.dialog-semiconductor.com/forums/post/dialog-smartbond-bl...you will have to wait for the CUSTS1_VAL_NTF_CFM to arrive before sending the next notification for the same characteristic, if not you will update the value's database with the latter value and when the kernel pushes the notification into the buffer it will push two notifications with the same value, since the values of the notifications are aquired from the database.
Thanks MT_dialog