Files
gfps/23+很多客户要求不在Pairing+mode不允许配对新的设备,和GFPS+subsequent+Pair+有冲突,修改策略如下.md
danni_dong bdbb2527e6
All checks were successful
Sync To /home/ubuntu/gfps / sync (push) Successful in 2s
gfps: 添加认证测试和FAQ 20260505
Change-Id: I71e676b997159a141ca07d16f82a73b45f4b2410
2026-05-05 19:24:08 +08:00

40 lines
1.9 KiB
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 23 很多客户要求不在Pairing mode不允许配对新的设备和GFPS subsequent Pair 有冲突,修改策略如下
之前是在ACL 连线的时候卡的现在把这边的code拿掉了会在配对的时候需要回CFM的地方卡
![](images/23+很多客户要求不在Pairing+mode不允许配对新的设备和GFPS+subsequent+Pair+有冲突修改策略如下_63cc438b.jpg)
\
\
LE 处理的地方:
如果是gfps配对
<span style="color: rgb(64,120,242);">app_gfps_handle_le_numerical_comparison_bond_cfm会返回 true GFPS 会根据自己的逻辑来决定 ACCEPT 还是REJECT</span>
\
<span style="color: rgb(64,120,242);">如果app_gfps_handle_le_numerical_comparison_bond_cfm返回false说明不是GFPS 配对:</span>
<span style="color: rgb(64,120,242);">由APP逻辑决定具体是</span><span style="color: rgb(228,86,73);">GAP_CFM_CAUSE_ACCEPT 还是 </span><span style="color: rgb(228,86,73);">GAP_CFM_CAUSE_REJECT</span>
![](images/23+很多客户要求不在Pairing+mode不允许配对新的设备和GFPS+subsequent+Pair+有冲突修改策略如下_428c8b20.jpg)
\
BR 处理的地方:
如果是gfps配对
<span style="color: rgb(64,120,242);">app_gfps_handle_bt_user_confirm</span><span style="color: rgb(64,120,242);">会返回 true GFPS 会根据自己的逻辑来决定 ACCEPT 还是REJECT</span>
\
<span style="color: rgb(64,120,242);">如果</span><span style="color: rgb(64,120,242);">app_gfps_handle_bt_user_confirm</span><span style="color: rgb(64,120,242);">返回false说明不是GFPS 配对:</span>
<span style="color: rgb(64,120,242);">由APP逻辑决定具体是</span><span style="color: rgb(228,86,73);">GAP_CFM_CAUSE_ACCEPT 还是 </span><span style="color: rgb(228,86,73);">GAP_CFM_CAUSE_REJECT</span>
![](images/23+很多客户要求不在Pairing+mode不允许配对新的设备和GFPS+subsequent+Pair+有冲突修改策略如下_bbd1aa6e.jpg)