Hello,
There is a file named “Kinetis FSCI Host Application Programming Interface” in the documentation where you can find the installation process for the Host Software with Linux. Also it mentions five examples coded in C :
- FsciBootloader.c
- GetKinetisDevices.c
- Thread_KW_Tun.c
- PCAPTest.c
- SPITest.c
The examples given are mostly for Thread and there is no specific example for BLE, as it is not usual to have that type of communication with BLE, nevertheless the examples listed before may help you with the usage of the libraries and the frame’s creation.
Also you can find the hsdk documentation for your reference in the following path :
“<Installation Path>\MKW41Z_ConnSw_1.0.2\tools\wireless\host_sdk\hsdk\doc>”