working simultaneous bluetooth (gatt example) and getting data from sensors
This commit is contained in:
@ -18,11 +18,20 @@ CONFIG_CFB_LOG_LEVEL_DBG=y
|
||||
CONFIG_CHARACTER_FRAMEBUFFER=y
|
||||
CONFIG_CBPRINTF_FP_SUPPORT=y
|
||||
|
||||
# CONFIG_BT=y
|
||||
# CONFIG_BT_SMP=y
|
||||
# CONFIG_BT_PERIPHERAL=y
|
||||
# CONFIG_BT_GATT_CLIENT=y
|
||||
# CONFIG_BT_DEVICE_NAME="Mellifera"
|
||||
CONFIG_BT=y
|
||||
CONFIG_BT_SMP=y
|
||||
CONFIG_BT_PERIPHERAL=y
|
||||
CONFIG_BT_GATT_CLIENT=y
|
||||
CONFIG_BT_DEVICE_NAME="Mellifera"
|
||||
|
||||
CONFIG_BT_BUF_ACL_RX_SIZE=255
|
||||
CONFIG_BT_BUF_ACL_TX_SIZE=251
|
||||
CONFIG_BT_BUF_CMD_TX_SIZE=255
|
||||
CONFIG_BT_BUF_EVT_DISCARDABLE_SIZE=255
|
||||
|
||||
CONFIG_BT_L2CAP_TX_MTU=247
|
||||
|
||||
CONFIG_LOG=y
|
||||
|
||||
# CONFIG_BOOTLOADER_MCUBOOT=y
|
||||
# CONFIG_MCUBOOT_GENERATE_UNSIGNED_IMAGE=y
|
Reference in New Issue
Block a user