mirror of
https://github.com/meshtastic/firmware.git
synced 2025-02-04 03:39:56 +00:00
b21b7de04b
* Clear bluetooth bonds on multi-press and factory_reset
11 lines
113 B
C++
11 lines
113 B
C++
#pragma once
|
|
|
|
class NRF52Bluetooth
|
|
{
|
|
public:
|
|
void setup();
|
|
void shutdown();
|
|
void clearBonds();
|
|
};
|
|
|