Files
gfps/reason_+pairing+not+support.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

29 lines
1.5 KiB
Markdown
Raw Permalink Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
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.
# reason: pairing not support
<span class="jira-issue resolved" jira-key="BB2BUG-18006"> <a href="https://jira.realtek.com/browse/BB2BUG-18006" class="jira-issue-key"><img src="https://jira.realtek.com/secure/viewavatar?size=xsmall&amp;avatarId=10916&amp;avatarType=issuetype" />BB2BUG-18006</a> - <span class="summary">\[BB2\]\[8773ESL\]\[v3.13.0.7\]\[GFPS\]\[LE Audio\] Subsequent Pairing Fail</span> <span class="aui-lozenge aui-lozenge-subtle aui-lozenge-success jira-macro-single-issue-export-pdf">Resolved</span> </span>
GFPS LE audio配对第二支手机的时候耳机端答复 pairing not support导致第二支手机配对失败.
\
查看code看好像只有le audio会设置GAP_PAIRING_MODE_NO_PAIRING请您帮忙看看:\
void app_lea_adv_stop(bool disable_pairable)\
{\
    mtc_stop_timer(MTC_TMR_CIS);
    if (ble_ext_adv_mgr_disable(app_lea_adv_handle, 0) == GAP_CAUSE_SUCCESS)\
    {\
           if (disable_pairable == true)
<span style="color: rgb(23,43,77);">          {       uint8_t pairable = GAP_PAIRING_MODE_NO_PAIRING;             </span>
<span style="color: rgb(23,43,77);">                  gap_set_param(GAP_PARAM_BOND_LE_PAIRING_MODE, sizeof(uint8_t), &pairable);       </span>
<span style="color: rgb(23,43,77);">          }</span>
    }
}\
 \
<span class="image-wrap">![](https://jira.realtek.com/secure/attachment/3380579/3380579_image-2023-07-28-14-36-42-107.png)</span>