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

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

Linux build fix

am: 03b8f973

Change-Id: I20be84e3405cb884370868b438a3b3eb2b0f353b
parents 89de9f39 03b8f973
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];