/bluez-gatt

BlueZ GATT client/server implementation

Primary LanguageCGNU General Public License v2.0GPL-2.0

bluez-gatt

BlueZ GATT client/server implementation (derived from BlueZ 5.50)

Building

git clone https://github.com/evanslai/bluez-gatt.git
cd bluez-gatt
mkdir build
cd build
cmake ../
make