This commit is contained in:
Lubos Petrovic
2020-12-20 17:12:38 +01:00
parent 93e1c6fd90
commit ea6261f09e
6 changed files with 109 additions and 66 deletions

View File

@@ -13,10 +13,9 @@ class CommObd2Ble4 : public CommInterface {
void disconnectDevice() override;
void scanDevices() override;
void mainLoop() override;
void executeCommand(String cmd) override;
//
void startBleScan();
bool connectToServer(BLEAddress pAddress);
bool doNextAtCommand();
bool parseRow();
//
};