mirror of
https://github.com/markqvist/RNode_Firmware.git
synced 2025-07-22 06:28:43 -04:00
Improved ESP32 BLE pairing. Added unpair command.
This commit is contained in:
parent
e1a2cc02bb
commit
9ef504392b
6 changed files with 116 additions and 86 deletions
|
@ -78,6 +78,7 @@ public:
|
|||
|
||||
void begin(const char *name);
|
||||
void end();
|
||||
void disconnect();
|
||||
void startAdvertising();
|
||||
void stopAdvertising();
|
||||
void onWrite(BLECharacteristic *characteristic);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue