Loading system/vendor_libs/test_vendor_lib/model/devices/hci_socket_device.cc +1 −1 Original line number Diff line number Diff line Loading @@ -27,7 +27,7 @@ using std::vector; namespace test_vendor_lib { HciSocketDevice::HciSocketDevice(std::shared_ptr<AsyncDataChannel> socket, std::string properties_filename) const std::string& properties_filename) : DualModeController(properties_filename), socket_(socket) { advertising_interval_ms_ = std::chrono::milliseconds(1000); Loading system/vendor_libs/test_vendor_lib/model/devices/hci_socket_device.h +2 −2 Original line number Diff line number Diff line Loading @@ -34,12 +34,12 @@ using android::net::AsyncDataChannel; class HciSocketDevice : public DualModeController { public: HciSocketDevice(std::shared_ptr<AsyncDataChannel> socket, std::string properties_filename); const std::string& properties_filename); ~HciSocketDevice() = default; static std::shared_ptr<HciSocketDevice> Create( std::shared_ptr<AsyncDataChannel> socket, std::string properties_filename) { const std::string& properties_filename) { return std::make_shared<HciSocketDevice>(socket, properties_filename); } Loading Loading
system/vendor_libs/test_vendor_lib/model/devices/hci_socket_device.cc +1 −1 Original line number Diff line number Diff line Loading @@ -27,7 +27,7 @@ using std::vector; namespace test_vendor_lib { HciSocketDevice::HciSocketDevice(std::shared_ptr<AsyncDataChannel> socket, std::string properties_filename) const std::string& properties_filename) : DualModeController(properties_filename), socket_(socket) { advertising_interval_ms_ = std::chrono::milliseconds(1000); Loading
system/vendor_libs/test_vendor_lib/model/devices/hci_socket_device.h +2 −2 Original line number Diff line number Diff line Loading @@ -34,12 +34,12 @@ using android::net::AsyncDataChannel; class HciSocketDevice : public DualModeController { public: HciSocketDevice(std::shared_ptr<AsyncDataChannel> socket, std::string properties_filename); const std::string& properties_filename); ~HciSocketDevice() = default; static std::shared_ptr<HciSocketDevice> Create( std::shared_ptr<AsyncDataChannel> socket, std::string properties_filename) { const std::string& properties_filename) { return std::make_shared<HciSocketDevice>(socket, properties_filename); } Loading