Other Parts Discussed in Thread: SYSCONFIG
Tool/software:
Hi TI,
I have another question regarding BLE pairing.
In the BLE secure connection pairing process, I would like to use "OOB Pairing", based on the code in SDK “simplelink_lowpower_f3_sdk_8_10_01_02\examples\rtos\LP_EM_CC2340R5\ble5stack\basic_ble”, however, it seems that OOB-related parameters cannot be configured in SysConfig.
And I see some structure and macros that provide OOB data and OOB data flags, like
Do you know how to use these structure and macros to enable OOB Pairing?
Or are there other OOB-related handlers or callbacks that need to be called?
And I would like to directly hard-code these OOB-related parameters, such as the public key, confirm value, and random number.
or TI have other sample code available for implementing OOB pairing?