gattlibpp icon indicating copy to clipboard operation
gattlibpp copied to clipboard

GattLib++ is a C++ wrapper around the gattlib BLE GATT access library

Results 3 gattlibpp issues
Sort by recently updated
recently updated
newest added

im trying to run the example on a rpi 4b, installed all libraries as in readme, this is the error i'm getting: ``` pi@PlantIo:~/Code/raspberry-central $ sudo g++ -o build/PlantIo src/main.cpp...

After cloning into the git repository, I can't do a cmake. error goes along the line: -- Checking for one of the modules 'gattlibpp' CMake Error at /FindPkgConfig.cmake:641 (message): None...

Is there a built-in way I can look at the local BLE adapter information? I am specifically trying to get the local BLE mac address.