Paolo Calao
Paolo Calao
  
These functions can be used to loop the connected devices, centrals or peripherals, through an index that can go from 0 to the maximum number of connected devices allowed. Example:...
ArduinoBLE library supports up to `ATT_MAX_PEERS` multiple concurrent connections. https://github.com/arduino-libraries/ArduinoBLE/blob/8a49b8c1e0ac195db38a0639378a1b50b7bdd566/src/utility/ATT.h#L29-L35 However, using the latest versions of the nano33ble core there are problems when trying to handle multiple connections. - With...
**Background** Mbed boards (nano33ble, portentaH7) running ArduinoBLE have two relevant concurrent threads in execution: one executes the main arduino sketch, the other one handles the transport of HCI packets and...