#pragma once #include #include #include BLEService *createMeshBluetoothService(BLEServer *server); void destroyMeshBluetoothService(); /** * Tell any bluetooth clients that the number of rx packets has changed */ void bluetoothNotifyFromNum(uint32_t newValue); void stopMeshBluetoothService();