We are developing a BLE application and we need low power consumption. We need to connect devices in background processes so that we scan all the time. This means that the power consumption is huge.
We know that the Android OS automatically connects to some bluetooth devices as headsets or devices for mobile devices, and the power consumption in the phone remains low.
Is it possible to use the same method that uses the Android OS?
We need to connect to the device as soon as it appears next to the phone, and we need to constantly measure the RSSI value.
Is it possible to reduce the power consumption of Bluetooth while constantly searching for BLE devices?
source share