micropython/extmod/nimble
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
..
bsp extmod/nimble: Add nimble bindings. 2019-10-01 09:51:02 +10:00
hal extmod/nimble: Add nimble bindings. 2019-10-01 09:51:02 +10:00
nimble stm32: Extract port-specific Nimble implementation. 2019-10-08 14:40:35 +11:00
syscfg extmod/modbluetooth: Increase maximum connections from 1 to 4. 2019-10-15 17:20:25 +11:00
nimble.mk extmod/nimble: Add nimble bindings. 2019-10-01 09:51:02 +10:00