Bluetooth Low Energy template with prewritten functions and callbacks for BLE events.

Revision:
0:dbe0ce913311
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/aconnoBLE/BLEConfig.h	Fri Jun 22 15:05:42 2018 +0200
@@ -0,0 +1,16 @@
+/*
+ * Made by Jurica @ aconno
+ * All rights reserved
+ *
+ */
+
+#ifndef BLE_CONFIG_H
+#define BLE_CONFIG_H
+
+#define A_ADV_INTERVAL_MS		(100)
+/* BLE event queue size */
+#define EVENT_COUNT             (4)
+
+#define TX_POWER_dB				(0)
+
+#endif	// BLE_CONFIG_H