From bc6f80c61138aeed114ffaac1def7fe85b9ce678 Mon Sep 17 00:00:00 2001 From: zhaohe Date: Sat, 6 Jul 2024 16:14:15 +0800 Subject: [PATCH] change ble default connect name --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.c b/main.c index fe6b7f2..3d8c2a8 100644 --- a/main.c +++ b/main.c @@ -143,7 +143,7 @@ static void scan_evt_handler(scan_evt_t const* p_scan_evt) { /**@brief Function for initializing the scanning and setting the filters. */ -static char m_target_periph_name0[20] = "M1002"; /**< Name of the device we try to connect to. This name is searched in the scan report data*/ +static char m_target_periph_name0[20] = "IflyOximeter"; /**< Name of the device we try to connect to. This name is searched in the scan report data*/ static char m_target_periph_name1[20] = "M1001"; /**< Name of the device we try to connect to. This name is searched in the scan report data*/ static char m_target_periph_name2[20] = "iflytop"; /**< Name of the device we try to connect to. This name is searched in the scan report data*/ static char m_target_periph_name3[20] = "ADS1293"; /**< Name of the device we try to connect to. This name is searched in the scan report data*/