Jurica Resetar / Mbed OS aconnoBLETemplate
Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers BLEConfig.h Source File

BLEConfig.h

00001 /*
00002  * Made by Jurica @ aconno
00003  * All rights reserved
00004  *
00005  */
00006 
00007 #ifndef BLE_CONFIG_H
00008 #define BLE_CONFIG_H
00009 
00010 #define A_ADV_INTERVAL_MS       (100)
00011 /* BLE event queue size */
00012 #define EVENT_COUNT             (4)
00013 
00014 #define TX_POWER_dB             (0)
00015 
00016 #endif  // BLE_CONFIG_H