Bluetooth: has: Satisfy profile security requirement

This enables Secure Connections pairing (actually disables legacy)
to satisfy security requirements of the Hearing Access Profile.

Signed-off-by: Mariusz Skamra <mariusz.skamra@codecoup.pl>
This commit is contained in:
Mariusz Skamra 2022-04-06 14:39:46 +02:00 committed by Carles Cufí
commit e9b40ebc69
3 changed files with 6 additions and 0 deletions

View file

@ -94,6 +94,8 @@ CONFIG_BT_BASS_CLIENT=y
CONFIG_BT_HAS=y
CONFIG_BT_HAS_CLIENT=y
CONFIG_BT_HAS_HEARING_AID_MONAURAL=y
CONFIG_BT_SMP_SC_PAIR_ONLY=y
CONFIG_BT_SMP_MIN_ENC_KEY_SIZE=16
# DEBUGGING
CONFIG_BT_DEBUG_LOG=y

View file

@ -101,6 +101,8 @@ CONFIG_BT_BASS_CLIENT=y
CONFIG_BT_HAS=y
CONFIG_BT_HAS_HEARING_AID_MONAURAL=y
CONFIG_BT_SMP_SC_PAIR_ONLY=y
CONFIG_BT_SMP_MIN_ENC_KEY_SIZE=16
# DEBUGGING
CONFIG_BT_DEBUG_LOG=y