This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CC2340R5: How to Enable OOB Pairing in CC2340R5

Part Number: CC2340R5
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?