Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
TianYing_ty100
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
TY
TianYing_ty100
Commits
4963a8b7
Commit
4963a8b7
authored
Jul 18, 2024
by
陈家乐
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
✨
feat:将发送固定的UUID更改为诊断写入的UUID
parent
adf95d2f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
BlueTooth.c
Firmware/Source/Application/BLUETOOTH/BlueTooth.c
+4
-3
No files found.
Firmware/Source/Application/BLUETOOTH/BlueTooth.c
View file @
4963a8b7
#include "BlueTooth.h"
#include "UDS_ISO14229_Services.h"
BlueTooth_t
BlueTooth
;
uint8_t
UUIDData
[
32
]
=
{
"tywtywtywtywtywtywtywtywtywtyw03"
};
extern
Ser2EDFlashData
Ser2EDataForDFlash
;
void
BlueTooth_KL30_KL15_Wakeup_Init
(
void
)
{
BlueTooth
.
BLE_St
=
BLUE_STATE_Starting
;
...
...
@@ -11,8 +12,8 @@ void BlueTooth_KL30_KL15_Wakeup_Init(void)
}
void
Send_UUID_To_Esp32
(
void
)
{
Protocol_Send
(
MCU_ESP32_0x03
,
UUIDData
,
32
);
//
Protocol_Send(MCU_ESP32_0x03, Ser2EDataForDFlash.DID_F184, 32);
//
Protocol_Send(MCU_ESP32_0x03, UUIDData, 32);
Protocol_Send
(
MCU_ESP32_0x03
,
Ser2EDataForDFlash
.
DID_F184
,
32
);
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment