uCBQN/build/picoSubmodule/lib/btstack/platform/daemon/binding/java
2026-02-07 16:25:12 +01:00
..
android/com/bluekitchen initial commit to the microcontroller port. changes to build system and syfns. 2026-02-07 16:25:12 +01:00
example/com/bluekitchen initial commit to the microcontroller port. changes to build system and syfns. 2026-02-07 16:25:12 +01:00
src/com/bluekitchen/btstack initial commit to the microcontroller port. changes to build system and syfns. 2026-02-07 16:25:12 +01:00
.gitignore initial commit to the microcontroller port. changes to build system and syfns. 2026-02-07 16:25:12 +01:00
build.xml initial commit to the microcontroller port. changes to build system and syfns. 2026-02-07 16:25:12 +01:00
README.md initial commit to the microcontroller port. changes to build system and syfns. 2026-02-07 16:25:12 +01:00

Java Bindings for BTstack Daemon Client

To build the client library and the examples, run ant in this folder.

The code for serialization/deserialization is generated as part of the build process from btstack/src/btstack_defines.h

To run one of the examples, the BTstack Daemon from port/daemon needs to run first. The daemon needs to be configured for the used operating system and Bluetooth Controller, see ./configure --help