BT(BLE) Notification 4.0 vs 4.2

⚠️
Hi there.. thanks for coming to the forums. Exciting news! we’re now in the process of moving to our new forum platform that will offer better functionality and is contained within the main Dialog website. All posts and accounts have been migrated. We’re now accepting traffic on the new forum only - please POST any new threads at//www.xmece.com/support. We’ll be fixing bugs / optimising the searching and tagging over the coming days.
2 posts / 0 new
Last post
Jun-ichi Tobe
Offline
Last seen:6 months 3 weeks ago
加入:2016-04-01 10:39
BT(BLE) Notification 4.0 vs 4.2

Hi support team!

I will ask about BT version notification.
我相信将noti提单版本fied by the LL_VERSION_IND function.
In the current SDK, this description is BT 4.0.
Is it necessary to change the setting of notation etc (4.0 → 4.2)?
I think that it probably is not necessary. Because, if that is necessary, it should be defined on the SDK side.

Now, peripheral device side uses DA14580, and SDK 5.0.4 is used.
When I test data communication flow using the Air Log tool, the version notation is "BT 4.0",not " BT 4.2."

regards,
Jun-ichi

Device:
MT_dialog
Offline
Last seen:3 months 2 days ago
Staff
加入:2015-06-08 11:34
Hi Jun-ichi Tobe,

Hi Jun-ichi Tobe,

The LL_VERSION_IND is controlled by the stack and its just an indication to the peer device for what kind version the connected device supports, you cannot alter the version of the supported BLE stack (since its hardcoded in the stack). The 580 sends out a version 4.0 and not a 4.1 or 4.2 since it has a 4.0 stack and its 4.1 and 4.2 compliant (it means that it doesn't implement the optional features that the 4.1 or 4.2 versions support).

Thanks MT_dialog