BLE
The Ultimate Guide to Managing Your BLE Connection
Introduction
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 advertise
When to request connections
How to make your devices available to connect
When to disconnect
How to limit connections
What This Guide Covers
Note that…