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>
19 lines
275 B
Plaintext
19 lines
275 B
Plaintext
CONFIG_BT=y
|
|
CONFIG_BT_PERIPHERAL=y
|
|
CONFIG_BT_DEVICE_NAME="Peripheral test EAD"
|
|
|
|
CONFIG_GPIO=y
|
|
|
|
CONFIG_BT_SMP=y
|
|
CONFIG_BT_PRIVACY=y
|
|
CONFIG_BT_RPA_TIMEOUT=300
|
|
|
|
CONFIG_BT_EXT_ADV=y
|
|
|
|
CONFIG_BT_EAD=y
|
|
|
|
CONFIG_LOG=y
|
|
CONFIG_BT_EAD_LOG_LEVEL_INF=y
|
|
|
|
CONFIG_BT_CTLR_ADV_DATA_LEN_MAX=64
|