Skip to content

Commit 08704df

Browse files
committed
Add BLE core stubs and include ble_core.h
1 parent 57293d4 commit 08704df

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

test/test_screenshots/emulator_stubs.cpp

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
#include "sp140/vibration_pwm.h"
1212
#include "sp140/esp32s3-config.h"
1313
#include "sp140/ble.h"
14+
#include "sp140/ble/ble_core.h"
1415

1516
// --- Hardware config ---
1617
HardwareConfig s3_config = {};
@@ -126,6 +127,13 @@ void addAltimeterMonitors() {}
126127
void addInternalMonitors() {}
127128
void enableMonitoring() {}
128129

130+
// --- BLE core stubs ---
131+
void setupBLE() {}
132+
void requestFastConnParams() {}
133+
void requestNormalConnParams() {}
134+
void enterBLEPairingMode() {}
135+
bool isBLEPairingModeActive() { return false; }
136+
129137
// --- BMS stubs ---
130138
BMS_CAN* bms_can = nullptr;
131139
bool initBMSCAN(SPIClass*) { return false; }

0 commit comments

Comments
 (0)