Hi,
My application is one BLE master connects many BLE slavers (CC254X). Sometimes the conncetion drops, and the master will try to reconnect the slaver. So the master send a connect request. But the connection will be established immediately when two device in range. If the signal is so poor the connection will be unstable. I want to establish the connection when the signal is good(RSSI above -70dBm). And I do not want to deal with the master(iPhone) in discovery call back function, because the call back event responses slowly when app in background.
Could I deal with the slaver side? How can I do?