mirror of
https://github.com/markqvist/RNode_Firmware.git
synced 2025-08-02 03:26:29 -04:00
BLE improvements
This commit is contained in:
parent
9d2da569c9
commit
16dedc72c2
3 changed files with 11 additions and 0 deletions
|
@ -78,6 +78,8 @@ public:
|
|||
|
||||
void begin(const char *name);
|
||||
void end();
|
||||
void startAdvertising();
|
||||
void stopAdvertising();
|
||||
void onWrite(BLECharacteristic *characteristic);
|
||||
int available();
|
||||
int peek();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue