I'm attempting to see if I can use OOB pairing with the CC2564MODEM connected to a MSP-EXP430F5438 running the latest version of the Bluetopia stack. For now I do not have any actual NFC hardware attached but it appears that this should not matter unless the NFC device needs to be directly connected to the CC2564 in which case this question is irrelevant. However let's assume the physical connection is not necessary. So I start with the SPPLEDemo and modify it to indicate in the IOCapabilities that OOB data is available. I then use the setcbpairabilitymode command to enable SSP and the changesimplepairingparameters command to indicate there is no display and no MITM support is required. When I issue the open command from the client I I do get the GAP etAuthentication events for the IOCapabilities request and response but do not get any atRemoteOutOfBandDataRequest: and the link eventually times out. What is the proper way to enable OOB and get the hash value and randomizer into the controller?
Thanks