Part Number: CC2541
Other Parts Discussed in Thread: BLE-STACK
Hi,
i was using runningservice in BLE stack1.4.0,i was using it to send data, the same use case i have just ported to BLE stack 1.4.2.2 and sending data in same format but in both the use cases i am getting the data but it is different than the older format how it was sending with stack 1.4.0.
with stack 1.4.0 i am getting the data in UUID 0x2A53 and value is like : 03 00 00 00 00 00 00 00 00 00
and after this every time i send the data it was updating in this format itself.
But with same code i am getting data in UUID 0x2A53 and value is like : 22 00 00 00 1B 00 FF B0 00 00
once this value comes it gets stuck here itself and also this is not changing further.