From d25f7218e4465635f2a185e79accf164620c7352 Mon Sep 17 00:00:00 2001 From: Matthias Ringwald Date: Thu, 5 May 2022 11:42:06 +0200 Subject: [PATCH] btstack_event: improve wording --- CHANGELOG.md | 2 +- src/btstack_defines.h | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f312adee..470ccb56e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,7 +21,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ### Changed - A2DP: new a2dp.c contains shared code of Sink and Source roles - A2DP Sink: automatically configure stream endpoint for outgoing connections -- SM: pairing events indicate if pairing will lead to LE Secure Connection +- SM: pairing events indicate if LE Secure Connection will be used ## Release v1.5.2 diff --git a/src/btstack_defines.h b/src/btstack_defines.h index d81ace68a..6f51b64f3 100644 --- a/src/btstack_defines.h +++ b/src/btstack_defines.h @@ -1562,7 +1562,7 @@ typedef uint8_t sm_key_t[16]; * @param handle * @param addr_type * @param address - * @param secure_connection - set to 1 if successful pairing leads to LE Secure Connection + * @param secure_connection - set to 1 if LE Secure Connection pairing will be used */ #define SM_EVENT_JUST_WORKS_REQUEST 0xC8u @@ -1571,7 +1571,7 @@ typedef uint8_t sm_key_t[16]; * @param handle * @param addr_type * @param address - * @param secure_connection - set to 1 if successful pairing leads to LE Secure Connection + * @param secure_connection - set to 1 if LE Secure Connection pairing will be used * @param passkey */ #define SM_EVENT_PASSKEY_DISPLAY_NUMBER 0xC9u @@ -1589,7 +1589,7 @@ typedef uint8_t sm_key_t[16]; * @param handle * @param addr_type * @param address - * @param secure_connection - set to 1 if successful pairing leads to LE Secure Connection + * @param secure_connection - set to 1 if LE Secure Connection pairing will be used */ #define SM_EVENT_PASSKEY_INPUT_NUMBER 0xCBu @@ -1598,7 +1598,7 @@ typedef uint8_t sm_key_t[16]; * @param handle * @param addr_type * @param address - * @param secure_connection - set to 1 if successful pairing leads to LE Secure Connection + * @param secure_connection - set to 1 if LE Secure Connection pairing will be used * @param passkey */ #define SM_EVENT_NUMERIC_COMPARISON_REQUEST 0xCCu