nRF52832 write one service another service will also receive the same data
nRF52832 write one service another service will also receive the same data
Hi,
I'm not sure I understand the problem. Could you elaborate a bit more and share your code and if possible a sniffer log? What device is the central writing to? Is it a Nordic device?
regards
Jared
Hi,
Nrf Connect was used as a central.When I send a data (Uart Service) from the app to the characteristic value of a Service (UUID:0x0002), the callback function of another Service (0x0010) receives this data at the same time.And this is a Demo about the error.
best regards,
TanSDK16.zip
My crystal ball says: Your services do not properly check handle values supplied by the softdevice events.
Thank you for your answer, but I do n’t know where there is a problem with handle, I have checked it carefully
Is there any result?