Nordic Semiconductor has been testing the feature extensively on its CI. The tests includes the sample data and the PTS tests. Signed-off-by: Théo Battrel <theo.battrel@nordicsemi.no>
9 lines
209 B
Plaintext
9 lines
209 B
Plaintext
# Copyright (c) 2023 Nordic Semiconductor ASA
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config BT_EAD
|
|
bool "Encrypted Advertising Data"
|
|
select BT_HOST_CCM
|
|
help
|
|
Enable the Encrypted Advertising Data library
|