Hello Nordic Team,
I have a nRF52833 DK with me.
I am using nRF Connect SDK v1.8.0 and through that using Segger Embedded studio loaded the Light switch example to nRF52833 DK board.
I have flashed Light Switch Client example in that DK.
I am using nRF Connect for Mobile App.
I tried to send 0x22 0x33 0x44 bytes as test byte but once Light Switch Client application receives it, it disconnects himself from the APP.
Next sent the same bytes with one more byte (0x01) 0x01 0x022 0x33 0x44 as test byte to the same application.
This time it worked successfully, and when I printed the bytes its [0] byte is 0x22 not 0x01
Can I know why this behavior is happening. Why it always need to send 0x01 as first byte
Is this something on the BLE stack or its related to the APP.
We tried with our own BLE custom mobile application and result it still the same.
And why it get disconnected if we send other than 0x01 as first byte.
And how to disable this.
Any feedback on this would be helpful
Thanks in Advance
Sarjoon.