Bluetooth: Host: Remove 'Experimental' flag of EAD
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>
This commit is contained in:
parent
1b3e2d98e4
commit
ff54350ef0
|
@ -2,8 +2,7 @@
|
|||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
config BT_EAD
|
||||
bool "Encrypted Advertising Data [EXPERIMENTAL]"
|
||||
select EXPERIMENTAL
|
||||
bool "Encrypted Advertising Data"
|
||||
select BT_HOST_CCM
|
||||
help
|
||||
Enable the Encrypted Advertising Data library
|
||||
|
|
Loading…
Reference in a new issue