Name Date Size #Lines LOC

..--

android/com/bluekitchen/H25-Apr-2025-571482

example/com/bluekitchen/H25-Apr-2025-909750

src/com/bluekitchen/btstack/H25-Apr-2025-858631

.gitignoreH A D25-Apr-20255 21

README.mdH A D25-Apr-2025442 95

build.xmlH A D25-Apr-20251.7 KiB5644

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