Enabling OOB pairing on the blueNRG1
I'm trying to use OOB pairing with the blueNRG1, using the latest DK3.2.1 (stack V2.1c). There is no example available, the security example has all security examples with exception of OOB.
I'm trying to use LE legacy mode for now, but LE secure is also a possibility. The documentation lists the functions aci_gap_set_oob_data/aci_gap_get_oob_data to set/get the OOB keys, but I'm missing a function to enable OOB?
When I search the stack for the keyword OOB i found the following defines:
#define OOB_AUTH_DATA_ABSENT (0x00)
#define OOB_AUTH_DATA_PRESENT (0x01)Which function takes these defines as an input?
