How to build my bluetooth application

My application use bluetooth(blueZ).
I’m already install gcc-riscv64-linux-gnu.
But, not installed blueZ header and library.

How to build my bluetooth application?

Bluetooth device,current only support the use of keyboard and mouse.

I want to develop a bluetooth-le applications.
It’s require advertising and scanning.
I need a bluetooth.h header file and libbluetooth.a library for cross-compile.

There are header file and library after the compilation of freelight-u-sdk
as follows, i hope it may helpful for you

OK.
I try it.
Thanks.