Enabled BleV2 medium by default. BLE v2 advertisements are now correctly broadcasted

This commit is contained in:
Vibhav Pant
2024-11-05 21:03:11 +05:30
committed by lasan
parent 3f14669940
commit c01ac9717a
10 changed files with 465 additions and 82 deletions
@@ -63,7 +63,7 @@ int16_t TxPowerLevelDbm(api::ble_v2::TxPowerLevel level);
class BluezObjectManager
: public sdbus::ProxyInterfaces<sdbus::ObjectManager_proxy> {
public:
explicit BluezObjectManager(sdbus::IConnection &system_bus)
explicit BluezObjectManager(sdbus::IConnection& system_bus)
: ProxyInterfaces(system_bus, "org.bluez", "/") {
registerProxy();
}