Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
android/com/bluekitchen/ | H | 25-Apr-2025 | - | 571 | 482 | |
example/com/bluekitchen/ | H | 25-Apr-2025 | - | 909 | 750 | |
src/com/bluekitchen/btstack/ | H | 25-Apr-2025 | - | 858 | 631 | |
.gitignore | H A D | 25-Apr-2025 | 5 | 2 | 1 | |
README.md | H A D | 25-Apr-2025 | 442 | 9 | 5 | |
build.xml | H A D | 25-Apr-2025 | 1.7 KiB | 56 | 44 |
README.md
1# Java Bindings for BTstack Daemon Client 2 3To build the client library and the examples, run `ant` in this folder. 4 5The code for serialization/deserialization is generated as part of the build process from `btstack/src/btstack_defines.h` 6 7To run one of the examples, the `BTstack Daemon` from `port/daemon` needs to run first. 8The daemon needs to be configured for the used operating system and Bluetooth Controller, see `./configure --help` 9