Hi,
I'm facing a very critical issue. I need to send a time critical data from a ble sensor device to a Camera device acting as a ble central device. Due to lack of full BLE support on Central device side the connection between peripheral sensor and centraldevice is not possible. So I'm left with doing data transfer in advertisement. Sensor is using ble app UART example and send out the data as manufacturer field.
The issue is that en after setting the continous scan on Central side,it takes some time to receive adv packets and parsing takes another 1 second. So thenotification is taking about 5 seconds (+/-1 ) and sometimes even more. need this time to be less than 4 seconds at leleast.
Can anyone suggest me way out on this please ??