firmware/src/nrf52/NRF52Bluetooth.h
Ben Meadors b21b7de04b
Clear bluetooth bonds on multi-press and factory_reset (#1176)
* Clear bluetooth bonds on multi-press and factory_reset
2022-02-01 18:32:26 -06:00

11 lines
113 B
C++

#pragma once
class NRF52Bluetooth
{
public:
void setup();
void shutdown();
void clearBonds();
};