BLE advertisement support for MicroPython
Adds BLE 4.x advertisement support to Micropython.
Still missing:
- Decision of what should happen when
gap_advertise()
is called while a connection is already open. Currently an open connection is closed in that case.
Edited by schneider