docu: list ENABLE_CLASSIC_OOB_PAIRING

This commit is contained in:
Matthias Ringwald 2021-02-08 17:15:36 +01:00
parent cf01e8888d
commit aaa6d7d5fc
2 changed files with 4 additions and 0 deletions

View File

@ -9,6 +9,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## Unreleased
### Added
GAP: support for Classic Out-of-Band (OOB) via `gap_ssp_remote_oob_data` with `ENABLE_CLASSIC_OOB_PAIRING`
GAP: read local OOB data on start and on call to `gap_ssp_generate_oob_data`
GAP: emit `GAP_EVENT_LOCAL_OOB_DATA`
### Fixed
AVDTP: emit stream release for active stream if signaling is closed first, e.g. caused by hci disconnect

View File

@ -107,6 +107,7 @@ ENABLE_TLV_FLASH_EXPLICIT_DELETE_FIELD | Enable use of explicit delete field in
ENABLE_CONTROLLER_WARM_BOOT | Enable stack startup without power cycle (if supported/possible)
ENABLE_SEGGER_RTT | Use SEGGER RTT for console output and packet log, see [additional options](#sec:rttConfiguration)
ENABLE_EXPLICIT_CONNECTABLE_MODE_CONTROL | Disable calls to control Connectable Mode by L2CAP
ENABLE_CLASSIC_OOB_PAIRING | Enable support for classic Out-of-Band (OOB) pairing
Notes: