Skip to content

BLE advertisement support for MicroPython

schneider requested to merge schneider/mp-ble-adv into master

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

Merge request reports