Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Q
QJ_500-7c
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
时昊
QJ_500-7c
Commits
57faad75
Commit
57faad75
authored
Sep 01, 2025
by
王金亮
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
✨
feat:变更点1:修改屏蔽带“+”蓝牙电话策略,由屏蔽改为不屏蔽
parent
efe3a649
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
3 deletions
+9
-3
bt_app_hf.c
qianjiang/main/bt_app_hf.c
+9
-3
No files found.
qianjiang/main/bt_app_hf.c
View file @
57faad75
...
@@ -456,10 +456,16 @@ void bt_app_hf_client_cb(esp_hf_client_cb_event_t event, esp_hf_client_cb_param_
...
@@ -456,10 +456,16 @@ void bt_app_hf_client_cb(esp_hf_client_cb_event_t event, esp_hf_client_cb_param_
// call_timer = 0;
// call_timer = 0;
// }
// }
// break;
// break;
if
((
strstr
(
param
->
clcc
.
number
,
"10000000"
)
==
NULL
)
&&
(
strstr
(
param
->
clcc
.
number
,
"00000000"
)
==
NULL
))
if
((
param
->
clcc
.
idx
!=
0
)
&&
(
param
->
clcc
.
number
))
{
{
// printf("%s\n",param->clcc.number);
if
((
strstr
(
param
->
clcc
.
number
,
"10000000"
)
==
NULL
)
&&
(
strstr
(
param
->
clcc
.
number
,
"00000000"
)
==
NULL
))
BT_User
.
Get_Call_Num
=
1
;
{
// printf("%s\n",param->clcc.number);
// if (param->clcc.number[0] != '+')
{
BT_User
.
Get_Call_Num
=
1
;
}
}
}
}
}
}
...
...
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