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

Commit d7a02b76 authored by Jakub Pawlowski's avatar Jakub Pawlowski Committed by android-build-merger
Browse files

Linux build fix am: 03b8f973 am: b96d3269

am: 4992a989

Change-Id: If2925149ed909e673f350f833e9166da59b01fc8
parents 9edae03d 4992a989
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -162,7 +162,7 @@ void BluetoothMetricsLogger::LogBluetoothSessionStart(
}

void BluetoothMetricsLogger::LogBluetoothSessionEnd(
    const std::string& disconnect_reason, uint64_t timestamp_ms) {
    disconnect_reason_t disconnect_reason, uint64_t timestamp_ms) {
  // TODO(siyuanh): Implement for linux
}

+1 −0
Original line number Diff line number Diff line
@@ -21,6 +21,7 @@

#include <base/callback_forward.h>
#include <hardware/bt_common_types.h>
#include <vector>

#define CHNL_MAP_LEN 5
typedef uint8_t tBTM_BLE_CHNL_MAP[CHNL_MAP_LEN];