I want to do Numeric Comparison
I am using the simplelink_cc13x2_26x2_sdk_5_10_00_48.
I refer to the help below.
https://software-dl.ti.com/simplelink/esd/simplelink_cc13x2_26x2_sdk/5.10.00.48/exports/docs/ble5stack/ble_user_guide/html/ble-stack-5.x/gapbondmngr-cc13x2_26x2.html
Looking at the Numeric Comparison part, it is described as follows
Looking at 3
GAPBondMgr_PasscodeRsp (connHandle, SUCCESS, B_APP_DEFAULT_PASSCODE);
Do I need this?
In the sequence below, GAPBondMgr_PasscodeRsp () is only once, so I don't think it is necessary to execute GAPBondMgr_PasscodeRsp () in SimpleCentral_processPasscode ().
Is this wrong?
Another question , I think that if I don't execute GAPBondMgr_PasscodeRsp () when doing Numeric Comparison, I get an authentication error due to a timeout. Is this wrong?
If I get a timeout error, how long is it? Can I change the time?
Best Regards.