Add a new sample that demonstrate the following points: - Exchange of Key Material; - Advertising encrypted data; - Read advertising data; - Decrypt advertising data that are encrypted. Signed-off-by: Théo Battrel <theo.battrel@nordicsemi.no>
18 lines
267 B
Plaintext
18 lines
267 B
Plaintext
CONFIG_BT=y
|
|
CONFIG_BT_CENTRAL=y
|
|
CONFIG_BT_DEVICE_NAME="Central test EAD"
|
|
|
|
CONFIG_GPIO=y
|
|
|
|
CONFIG_BT_GATT_CLIENT=y
|
|
CONFIG_BT_SMP=y
|
|
CONFIG_BT_PRIVACY=y
|
|
|
|
CONFIG_BT_EAD=y
|
|
|
|
CONFIG_LOG=y
|
|
CONFIG_BT_EAD_LOG_LEVEL_INF=y
|
|
|
|
CONFIG_BT_EXT_ADV=y
|
|
CONFIG_BT_CTLR_SCAN_DATA_LEN_MAX=64
|