瀏覽代碼

【修改】修改Heart_rate例程默认的设备名

EvalZero 7 年之前
父節點
當前提交
2c3932a398
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      apps/blehr/src/blehr.c

+ 1 - 1
apps/blehr/src/blehr.c

@@ -31,7 +31,7 @@
 static bool notify_state;
 static bool notify_state;
 static uint16_t notify_conn_handle;
 static uint16_t notify_conn_handle;
 
 
-static const char *device_name = "blehr_sensor";
+static const char *device_name = "rtt_blehr_sensor";
 
 
 static int blehr_gap_event(struct ble_gap_event *event, void *arg);
 static int blehr_gap_event(struct ble_gap_event *event, void *arg);