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

Commit 9a50880f authored by Chris Manton's avatar Chris Manton Committed by Automerger Merge Worker
Browse files

legacy: Properly include log history am: d90d4334 am: d02e55d4

Original change: https://android-review.googlesource.com/c/platform/system/bt/+/1836464

Change-Id: Ibc20b2f5c9090fd271a836483763b3a7acb9c70c
parents 8fe605aa d02e55d4
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 */