Skip to content

Commit 08563a2

Browse files
committed
change default tag name
1 parent f0bf68d commit 08563a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/firmware/src/ble_stack.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
#define SLAVE_LATENCY 0 /**< Slave latency. */
3838
#define CONN_SUP_TIMEOUT MSEC_TO_UNITS(4000, UNIT_10_MS) /**< Connection supervisory timeout (4 seconds). */
3939

40-
#define DEVICE_NAME "SpaceInvader" /**< Name of device. Will be included in the advertising data. */
40+
#define DEVICE_NAME "TAG" /**< Name of device. Will be included in the advertising data. */
4141
#define FIRST_CONN_PARAMS_UPDATE_DELAY APP_TIMER_TICKS(5000) /**< Time from initiating event (connect or start of notification) to first time sd_ble_gap_conn_param_update is called (5 seconds). */
4242
#define NEXT_CONN_PARAMS_UPDATE_DELAY APP_TIMER_TICKS(30000) /**< Time between each call to sd_ble_gap_conn_param_update after the first call (30 seconds). */
4343
#define MAX_CONN_PARAMS_UPDATE_COUNT 3 /**< Number of attempts before giving up the connection parameter negotiation. */

0 commit comments

Comments
 (0)