Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 54698677 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "legacy: Const-ify bta_csis client API"

parents 1f0771a1 88a2eae2
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -1080,9 +1080,8 @@ class CsisClientImpl : public CsisClient {
                p_service_data + service_data_len,
                (remaining_data_len -= service_data_len), BTM_BLE_AD_TYPE_RSI,
                &service_data_len))) {
      uint8_t* p = (uint8_t*)(p_service_data);
      RawAddress bda;
      STREAM_TO_BDADDR(bda, p);
      STREAM_TO_BDADDR(bda, p_service_data);
      devices.push_back(std::move(bda));
    }