From aaa6d7d5fc61b965147845ece1e85794b8d45c99 Mon Sep 17 00:00:00 2001 From: Matthias Ringwald Date: Mon, 8 Feb 2021 17:15:36 +0100 Subject: [PATCH] docu: list ENABLE_CLASSIC_OOB_PAIRING --- CHANGELOG.md | 3 +++ doc/manual/docs/how_to.md | 1 + 2 files changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6474258f5..8778a1bb9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/doc/manual/docs/how_to.md b/doc/manual/docs/how_to.md index 77077cc5b..f18c1bd8c 100644 --- a/doc/manual/docs/how_to.md +++ b/doc/manual/docs/how_to.md @@ -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: