dfrankland / bluster

A Rust crate for implementing BLE (Bluetooth Low Energy) peripherals
https://crates.io/crates/bluster
MIT License
111 stars 33 forks source link

Fix BlueZ advertisement registration #33

Closed Spferical closed 4 years ago

Spferical commented 4 years ago

Previously, testing on my laptop, BlueZ tries to call the ObjectManager interface on the advertisement object, fails, and fails the RegisterAdvertisement call.

Could have sworn I saw this work before, but it could have been influenced by other configuration.

This might be related to https://github.com/dfrankland/bluster/issues/32 ?