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

Commit d90d4334 authored by Chris Manton's avatar Chris Manton
Browse files

legacy: Properly include log history

Bug: 197478351
Tag: #refactor
Test: gd/cert/run

Change-Id: I0011f80324634d7b98f443a00ed549ad7fa70d3b
parent 3dca1a7f
Loading
Loading
Loading
Loading
+1 −9
Original line number Diff line number Diff line
@@ -31,6 +31,7 @@
#include "stack/include/bt_hdr.h"
#include "stack/include/bt_octets.h"
#include "stack/include/btm_api_types.h"
#include "stack/include/btm_log_history.h"
#include "stack/include/btm_status.h"
#include "stack/include/sco_client_callbacks.h"
#include "stack/include/sdp_api.h"
@@ -952,15 +953,6 @@ uint16_t BTM_GetMaxPacketSize(const RawAddress& addr);
extern tBTM_STATUS BTM_BT_Quality_Report_VSE_Register(
    bool is_register, tBTM_BT_QUALITY_REPORT_RECEIVER* p_bqr_report_receiver);

void BTM_LogHistory(const std::string& tag, const RawAddress& addr,
                    const std::string& msg);
void BTM_LogHistory(const std::string& tag, const RawAddress& addr,
                    const std::string& msg, const std::string& extra);
void BTM_LogHistory(const std::string& tag, const tBLE_BD_ADDR& addr,
                    const std::string& msg);
void BTM_LogHistory(const std::string& tag, const tBLE_BD_ADDR& addr,
                    const std::string& msg, const std::string& extra);

uint8_t btm_ble_read_sec_key_size(const RawAddress& bd_addr);

#endif /* BTM_API_H */