Can the ESP32-C3 Supermini using the NimBLE Arduino library as a GATT server connect to two phones at the same time? #1069
-
| As stated on learn.adafruit.com: Is it possible for a peripheral device acting as a GATT server to connect to multiple central devices (such as phones) at the same time? Update: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 9 replies
-
| That's an adafruit limitation. the c3 can connect to up to 9 devices using this library, with the right configuration, default max is 3. |
Beta Was this translation helpful? Give feedback.
That's an adafruit limitation. the c3 can connect to up to 9 devices using this library, with the right configuration, default max is 3.