bluetooth: Pass base::Time* by value instead of const& |
|
Issue descriptionSetAdvertisingInterval[1] currently takes base::TimeDelta by const&. The documentation of base::Time[2] states that we should pass it by value. [1] https://cs.chromium.org/chromium/src/device/bluetooth/bluetooth_adapter.h?type=cs&q=SetAdvertisingInterval&sq=package:chromium&l=454 [2] https://cs.chromium.org/chromium/src/base/time/time.h?sq=package:chromium&dr=C&l=24 |
|
►
Sign in to add a comment |
|