I have a device with several GATT user services, and I would like to write a Linux program to interact with it. After some searching, I found out that Linux uses BlueZ to process the Bluetooth LE protocol. I am using Ubuntu 15.10 with BlueZ 5.35, but I cannot figure out how to use this BlueZ from a user space program. I can not find the API documentation anywhere, there are no tutorials, examples, nothing. Is it possible to use this BlueZ stack for something other than just connecting to Bluetooth devices with default services? And if so, where is the documentation? (Preferably, the C / C ++ API, but at this point everything goes)
source
share