Hi All,
We have a product based on nrf52832 that has a custom ble service with 2 custom characteristics.The first one is to send data to the nrf device and the second one receives the data back from nrf device using indications. So far this has been working rock solid, but lately we have noticed something weird.
On some phones we see the right characteristic property for characteristic 2 (READ, INDICATE)
But on some phones, we see a completely different set of properties for the same characteristic
From what we have noticed so far, the incorrect behaviour is being shown on the newer phones that support ble 5.
Any idea what could be going on here?
Thanks !