summaryrefslogtreecommitdiff
path: root/digital/beacon/src/network.h
diff options
context:
space:
mode:
Diffstat (limited to 'digital/beacon/src/network.h')
-rw-r--r--digital/beacon/src/network.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/digital/beacon/src/network.h b/digital/beacon/src/network.h
index 004434f0..10673c25 100644
--- a/digital/beacon/src/network.h
+++ b/digital/beacon/src/network.h
@@ -74,6 +74,14 @@ void network_leave(void);
/* Leave network response */
void zdpLeaveResp(ZDO_ZdpResp_t *zdpResp);
+/* This function returns the LQI of the joined network */
+uint8_t network_get_lqi(void);
+
+/* This function returns the RSSI of the joined network */
+int8_t network_get_rssi(void);
+
+
+
#endif // ifndef _NETWORK_H
// eof network.h