Other Parts Discussed in Thread: BLE-STACK
Hi,
What Bluetooth version that currently the stack support?

I use example from github (example for BLE5 on CC2640R2) follow link below
I use TI SimpleLink CC2640R2 SDK 5.30.01.11
Thank,
Vasu Khwanyuen
Hello Vasu,
You can see the Release Notes of the SDK you are using here: https://software-dl.ti.com/simplelink/esd/simplelink_cc2640r2_sdk/5.30.01.11/exports/docs/ble5stack/release_notes_ble5stack_1_01_15_00.html. According to them, the stack supports Bluetooth 5 LE (as well as all existing Bluetooth 4.0, 4.1 and 4.2 LE features).
BR,
David.
Thank David,
So, It supports Bluetooth 5 LE but Can you specify version for actual used. I need to know It use version 5.0 or 5.1?
Thank,
Vasu Khwanyuen
Hello Vasu,
You can see both in the Release Notes: software-dl.ti.com/.../Documentation_Overview.html

Two Bluetooth qualified protocol stack components are included, one for developing with advanced Bluetooth 5 (BLE5-Stack) featured, and one for memory-optimized Bluetooth 5.1 applications (BLE-Stack), using features defined by the Bluetooth 4.2 specification. This is also stated in the app note, please see what core features are included (left side column).

Inside the SDK:

Hope this helps.
David.