简体   繁体   中英

BlueZ GATT programming in C

I am trying to read data from TI SensorTag from a bluetooth enabled linux PC using C programming. But I didn't get any programming API of bluez so that I can discover BLE profile and GATT profile to get sensor reading. There is no documentation I found. Can anyone please help me out?

I am caught by this problem for a long time.It's hard for me to read bluez's code. Today I found a python library implement some gatt function simply which only need you to give simple parametres unlike bluez(it needs some parametres which are hard to understand). there's a src in it where you maybe you can read to understand the .cpp to programm you .c hope useful~

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM