cf6f87f25b
The periphreal_sc_only sample app wasn't very clearly logging information about pairing failures and could give the false impression that everything work when it doesn't. Enable some more logging Kconfig features and take advantage of the pairing complete & failed callbacks to give more information to the user. Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
13 lines
309 B
Plaintext
13 lines
309 B
Plaintext
# Uncomment the following two options to get thread stack usage logs
|
|
#CONFIG_INIT_STACKS=y
|
|
#CONFIG_THREAD_STACK_INFO=y
|
|
|
|
CONFIG_BT=y
|
|
CONFIG_BT_DEBUG_LOG=y
|
|
CONFIG_BT_PERIPHERAL=y
|
|
CONFIG_BT_SMP=y
|
|
CONFIG_BT_SMP_SC_ONLY=y
|
|
CONFIG_BT_TINYCRYPT_ECC=y
|
|
CONFIG_BT_MAX_PAIRED=2
|
|
CONFIG_BT_DEVICE_NAME="SC only peripheral"
|