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

aconnoBLE/BLEConfig.h

Committer:
jurica238814
Date:
2018-06-22
Revision:
0:dbe0ce913311

File content as of revision 0:dbe0ce913311:

/*
 * 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