libblepp icon indicating copy to clipboard operation
libblepp copied to clipboard

Modern clean C++ Bluetooth Low Energy on Linux without the Bluez DBUS API

Results 27 libblepp issues
Sort by recently updated
recently updated
newest added

Hi, This pull request fixes the CMake file for support in a submodule project (CMAKE_SOURCE_DIR is the wrong path as a submodule, fixed with PROJECT_SOURCE_DIR). Also, better scope for CXX_STANDARD.

I am getting the following error when attempt to connect to some devices: Unexpected response. Expected Read By Group Response got Read By Type Request At the same time I...

I sent you an email about this Ed, but I figured I'd open an issue for it. I am planning on using libblepp on a RaspberryPi for a project and...

So, if I run the temperature example and do not connect a thermometer within about a minute I get > error 1570640902.713533: Error on line: 296 (src/blestatemachine.cc): Operation now in...

Hi, It work on linux inside raspberry? How can i turn my device into a2dp device? Thanks.

OS: Ubuntu LTS 16.04 Greetings. I've run ./configure and CMake commands but when I type in the terminal the following: `g++ -o lescan lescan.cc -std=c++11` , I get `blepp/logging.h: No...

Hi everyone, Thanks @edrosten for the great package and others for the switch to CMake. To complete this, it would be nice to add a config.cmake file has described here...

Hello: Thank you for your work. I would like to use your library to control a TI Sensor Tag. However it is not clear to me how I would do...

Hi, i got problems while connecting ... There are no probs to connect, read etc. via bluetoothctl - tool. ``` info 1541687672.925407 log_fd_: Socket success: 224 (src/blestatemachine.cc) info 1541687672.925454 log_fd_:...

Hi, Thanks to your great examples i was able to connect to my device and read characteristic values with notifications. However, when i try to get the device to notify...