BLE advertisement support for MicroPython
Compare changes
epicardium/ble/ble_adv.c
0 → 100644
+ 264
− 0
Adds BLE 4.x advertisement support to Micropython.
Still missing:
gap_advertise()
is called while a connection is already open. Currently an open connection is closed in that case.