Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
H
haoJin750TFT
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
时昊
haoJin750TFT
Commits
b8131a55
Commit
b8131a55
authored
Oct 14, 2024
by
张金硕
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
✨
feat:新增打电话时为同步联系人显示人名,否则显示电话号
parent
6df8bb26
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
166 additions
and
80 deletions
+166
-80
BlueTooth.c
Firmware/Source/Application/BlueTooth.c
+11
-0
BlueTooth.h
Firmware/Source/Application/BlueTooth.h
+1
-0
AMT630H_Datas.c
Firmware/Source/Component/AMT630H/AMT630H_Datas.c
+154
-80
No files found.
Firmware/Source/Application/BlueTooth.c
View file @
b8131a55
...
...
@@ -363,4 +363,15 @@ void TextService(void)
}
}
uint8_t
Get_Talking_PhoneBookValid
(
void
)
{
for
(
uint8_t
i
=
0
;
i
<
100
;
i
++
)
{
if
(
CurBlueToothPhoneName
[
i
]
!=
0
)
return
1
;
}
return
0
;
}
Firmware/Source/Application/BlueTooth.h
View file @
b8131a55
...
...
@@ -39,6 +39,7 @@ static const uint8_t SW_Version[3] = {SW_EXTERNAL_VERSION};
extern
void
BlueToothService
(
void
);
extern
uint8_t
Get_Talking_PhoneBookValid
(
void
);
extern
_PICID_Struct
PicObj
;
extern
_QRCODE_RECT
QRCode_Rect
;
extern
uint8_t
PhoneNumber
[
40
];
...
...
Firmware/Source/Component/AMT630H/AMT630H_Datas.c
View file @
b8131a55
This diff is collapsed.
Click to expand it.
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