Re: Linkage Zephyr V1.13 versus V2.X


Lawrence King
 

This is what I have my prj.conf, yours might be different, an I’m not sure what I have is 100% correct:

 

# BT settings

CONFIG_BT=y

CONFIG_BT_SMP=y

CONFIG_BT_SIGNING=y

CONFIG_BT_BONDABLE=y

CONFIG_BT_PERIPHERAL=y

CONFIG_BT_GATT_DYNAMIC_DB=y

CONFIG_BT_GATT_READ_MULTIPLE=y

CONFIG_BT_GATT_DIS=y

CONFIG_BT_ATT_PREPARE_COUNT=2

CONFIG_BT_PRIVACY=y

CONFIG_BT_DEVICE_NAME="My Device"

CONFIG_BT_DEVICE_APPEARANCE=833

CONFIG_BT_SETTINGS=n

 

Lawrence King

Principal Developer

+1(416)627-7302

 

From: devel@... <devel@...> On Behalf Of frv
Sent: Wednesday, December 4, 2019 11:23 AM
To: devel@...
Subject: Re: [Zephyr-devel] Linkage Zephyr V1.13 versus V2.X

 

Hi Lawrence,

Correct, but this one was quite easy to find as the compiler raised the issue. 

Having to specify the option in the prj.conf to support dynamic service creation was quite harder :).

Thanks for the response,
Frank

Join devel@lists.zephyrproject.org to automatically receive all group messages.