micropython/extmod/nimble/syscfg
Jim Mussared 418f12c5f5 extmod/modbluetooth: Increase maximum connections from 1 to 4.
This avoids a confusing ENOMEM raised from gap_advertise if there is
currently an active connection.  This refers to the static connection
buffer pre-allocated by Nimble (nothing to do with MicroPython heap
memory).
2019-10-15 17:20:25 +11:00
..
syscfg.h extmod/modbluetooth: Increase maximum connections from 1 to 4. 2019-10-15 17:20:25 +11:00