Is there any way to set the Bluetooth scan frequency dynamically so that I can get the device updates frequently through didDiscoverPeripheral callback.

I have a requirement to get the RSSI values of my BLE device for approximately 30 times in a minute. I didn't find a way to pass the scan frequency to Bluetooth API. Could any one check and let me know if there is any possibility to set this dynamically?

Is there any way to set the Bluetooth scan frequency dynamically so that I can get the device updates frequently through didDiscoverPeripheral callback.
 
 
Q