labapart / gattlib

Library to access GATT information from BLE (Bluetooth Low Energy) devices
http://labapart.com/
436 stars 157 forks source link

GATT server #11

Open mitsus opened 7 years ago

mitsus commented 7 years ago

Hi, I've a raspberry with ble (with you gatt lib) and an android phone. I want use you library for:

  1. discover my raspberry (using android phone)
  2. Send command between raspberry and android phone

...so i think that the best choise is expose a gatt server (custom service) on my raspberry and try to connect my android phone.

If you think that it is the best choise, please can you help me to solve?

Best Regards

phishstang65 commented 6 years ago

Can this library allow GATT server creation with BlueZ4?