How do you get OOB data present pairing bit set to OOB data present.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎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(
- 0x01 - bonding enabled
- 0x01 MITM enabled
- 0x02 SC mode only
- 0x00 key press notification not supported
- 0x10
- 0x10
- 0x01 not using fixed pin
- 0x00 public address
)
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.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-05-12 9: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.
