olir / lbt4j

Linux Bluetooth Library for Java
GNU Lesser General Public License v2.1
21 stars 2 forks source link

Code example for communicating over Serial #3

Open Wilder-Jar opened 6 years ago

Wilder-Jar commented 6 years ago

Been trying to use this API for the last two days since BlueCove's license on linux causes licensing issues for my project.

The issue is is there is no information for a number of important aspects of using this API. These include Registering a UUID (GattService1 with custom code) Retrieving a GattService for communication as none are registered on first start Communicating with another device (In this case with an Android phone)

There is no information on the purpose of the ObjectManagerSignalListener or any other aspects other than finding an adapter, reading paired devices, trusting them and connecting with predefined UUID's

The source code isn't available either to try to reverse engineer this API in hopes of learning how to use it. Could really do with more relevant information to make this API usable.

Palmeta commented 1 year ago

Hi, really promising library but very undocumented. How can it act as a server and accept incoming connections?