Skip to content

bt-manager: Replace #include <bluetooth-device.h> with a typedef

Sam Day requested to merge samcday/phosh:gnome-bt-bindings-fix into main

This header is vendored into phosh because upstream does not want to make it public, so we can't leak it into libphosh headers.

Further usage of types from these vendored headers are not anticipated for now, so we can get away with a typedef for the one BluetoothDevice type we need.

Merge request reports

Loading