Loading system/vendor_libs/test_vendor_lib/model/controller/link_layer_controller.cc +1 −0 Original line number Diff line number Diff line Loading @@ -678,6 +678,7 @@ void LinkLayerController::LeAdvertising() { if (duration_cast<milliseconds>(now - last_le_advertisement_) < milliseconds(200)) { return; } last_le_advertisement_ = now; LeAdvertisement::AddressType own_address_type = static_cast<LeAdvertisement::AddressType>(properties_.GetLeAdvertisingOwnAddressType()); Loading Loading
system/vendor_libs/test_vendor_lib/model/controller/link_layer_controller.cc +1 −0 Original line number Diff line number Diff line Loading @@ -678,6 +678,7 @@ void LinkLayerController::LeAdvertising() { if (duration_cast<milliseconds>(now - last_le_advertisement_) < milliseconds(200)) { return; } last_le_advertisement_ = now; LeAdvertisement::AddressType own_address_type = static_cast<LeAdvertisement::AddressType>(properties_.GetLeAdvertisingOwnAddressType()); Loading