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:
parent
ded324c61d
commit
e9b40ebc69
3 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue