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

The function notify_cb never called on blelogger and bluetooth example, but our characteristic has the flag of notify any ideas?

When included via `add_subdirectory(libblepp)`, the `${CMAKE_SOURCE_DIR}` variable refers to the root project, not libblepp. Also fixes clobbering anything else that was previously in the path.

Hello, i am using this library to scan different types of frames (iBeacon and eddystone). I can receive iBeacon without problems, but when i try to scan an eddystone frame...

Hi, thank you for this nice library. Whenever I try to stop() a running HCIScanner I am getting: ``` Error disabling scan:: Connection timed out terminate called after throwing an...

``` $ examples/lescan error 1611577006.276827: Setting scan parameters: Operation not permitted terminate called after throwing an instance of 'BLEPP::HCIScanner::IOError' what(): Setting scan parameters: Operation not permitted Aborted (core dumped) ```...

I am seeing this occur, what might be cause or how can I get more info to investigate. Thx! ``` sudo ./lescan -d Found device: 00:24:e4:xx:yy:zz Scan response Name: Withings...

Hello there, We have tested several BLE IMU sensors of MbientLab in which libblepp is wrapped in driver level, during these tests, we have encountered systematically one low level I/O...

Using the examples of the library I am able to send one command and recieve the notification from the device which I'm working with. But currently I'm trying to reuse...

(This is an API usage question, not a bug report or anything) So I want to do this: - Scan for characteristics - Set characteristic A to notify - Write...