Loading system/test/rootcanal/bluetooth_hci.cc +3 −1 Original line number Diff line number Diff line Loading @@ -104,7 +104,9 @@ Return<void> BluetoothHci::initialize_impl( controller_ = std::make_shared<DualModeController>(); controller_->Initialize({"dmc", "3C:5A:B4:01:02:03"}); char mac_property[PROPERTY_VALUE_MAX] = ""; property_get("bt.rootcanal_mac_address", mac_property, "3C:5A:B4:01:02:03"); controller_->Initialize({"dmc", std::string(mac_property)}); controller_->RegisterEventChannel( [this, cb](std::shared_ptr<std::vector<uint8_t>> packet) { Loading Loading
system/test/rootcanal/bluetooth_hci.cc +3 −1 Original line number Diff line number Diff line Loading @@ -104,7 +104,9 @@ Return<void> BluetoothHci::initialize_impl( controller_ = std::make_shared<DualModeController>(); controller_->Initialize({"dmc", "3C:5A:B4:01:02:03"}); char mac_property[PROPERTY_VALUE_MAX] = ""; property_get("bt.rootcanal_mac_address", mac_property, "3C:5A:B4:01:02:03"); controller_->Initialize({"dmc", std::string(mac_property)}); controller_->RegisterEventChannel( [this, cb](std::shared_ptr<std::vector<uint8_t>> packet) { Loading