Skip to content
Snippets Groups Projects
Commit 2b2dc44c authored by schneider's avatar schneider
Browse files

chore(ess): Introduce ess.h

parent 3841d453
Branches
Tags v1.3
No related merge requests found
......@@ -25,5 +25,3 @@ void BleStart(void);
/* ATT client module interface. Used by main BLE module */
void bleValueUpdate(attEvt_t *pMsg);
void bleDiscCback(dmConnId_t connId, uint8_t status);
void bleESS_update();
#include "ess.h"
#include "wsf_types.h"
#include "util/bstream.h"
#include "wsf_assert.h"
......
#pragma once
void bleESS_update();
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment