2022-05-04 11:20 AM
Only want to pair with OOB data in SC mode (nothing else)
Have already called aci_gap_set_oob_data(0, 0, 0, 0, 0, 0) to gen OOB data
Have got said data from aci_gap_get_oob_data
Paring packets show the OOB data bit is not set.
aci_gap_set_authentication_requirement(
)
To see the packet on windows the device currently lies that it has a yes/no display but that should not affect the OOB data bit being set to present.
Solved! Go to Solution.
2022-05-04 11:46 AM
I missed this but it appears that the bit is used to let the a device know that its OOB data has been passed and is being used in the pairing.
I will test and post if that is correct.
2022-05-04 11:46 AM
I missed this but it appears that the bit is used to let the a device know that its OOB data has been passed and is being used in the pairing.
I will test and post if that is correct.
2022-05-12 09:41 AM
For anyone who might find this: I will not be testing. A little more research found that IOS does not appear to support OOB (for none apple devices) at this point.Note that Android does but only via NFC.