BLE
The Ultimate Guide to Managing Your BLE Connection
One of the core aspects of designing a BLE application is determining how connections will be managed. There’s more to it than simply starting a connection whenever the devices should communicate. You must consider the following:
When to advertiseWhen to request connectionsHow to make your devices available to connectWhen to disconnectHow to limit connections
Note that this blogpost covers the most common Bluetooth behaviors. The…