illiliti/libudev-zero

bluez support

keleset opened this issue · 4 comments

Is it possible to make libudev-zero work with bluez or maybe develop some instructions to work it around? Bluetoothctl is unable to find any bluetooth controllers.

Bluez uses udev_hwdb API which is not yet implemented. Possible workaround is compiling bluez without udev support.

./configure --disable-udev
make

bluez still seem unable to detect bluetooth controller, even if built with --disable-udev

Can you send me exact error with and without libudev-zero?

A bit more research revealed that a firmware file for the bt device was missing, fixed now.
BTW, thousand kudos for libudev-zero! Thing is, actually, an outstanding replacement for udev, great job!