we now BLE notify for the arrival of new messages

This commit is contained in:
geeksville
2020-02-02 20:54:40 -08:00
parent 882b6bd655
commit e6535f5504
7 changed files with 50 additions and 10 deletions

View File

@@ -1,6 +1,12 @@
#pragma once
#include <BLEService.h>
#include <BLEServer.h>
#include <Arduino.h>
BLEService *createMeshBluetoothService(BLEServer* server);
/**
* Tell any bluetooth clients that the number of rx packets has changed
*/
void bluetoothNotifyFromNum(uint32_t newValue);