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

Commit 03b8f973 authored by Jakub Pawlowski's avatar Jakub Pawlowski
Browse files

Linux build fix

Test: build on linux
Change-Id: I21d613fb3e914949d3e8e8fcdae60e620e685394
parent b3018b11
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];