From 0c908a36e5a34c4060689ae533ceca8f137bb54e Mon Sep 17 00:00:00 2001 From: zhaohe Date: Wed, 28 Aug 2024 17:07:01 +0800 Subject: [PATCH] update --- ble_through/ble_proto.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ble_through/ble_proto.h b/ble_through/ble_proto.h index 2f1dd29..e954042 100644 --- a/ble_through/ble_proto.h +++ b/ble_through/ble_proto.h @@ -60,8 +60,8 @@ typedef enum { } ble_app_proto_cmd_t; typedef struct { - uint8_t auto_connect; - uint8_t auto_connect_client_name[20]; + uint8_t slaveName[20]; + uint8_t autoConnect; } zble_start_scan_t; typedef struct {