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

Commit 92fb26ff authored by Chris Manton's avatar Chris Manton
Browse files

main::shim Explicit include advertise_data_parser

main::shim::le_scanning_manager
Remove extraneous extern

Bug: 329904296
Test: m .
Flag: EXEMPT, Compiler change

Change-Id: Ib564ec6a42e70b494de8325e9d7c0ab1b0a9862a
parent c2bf098c
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -24,7 +24,6 @@
#include <hardware/bluetooth.h>
#include <stdio.h>

#include "advertise_data_parser.h"
#include "btif/include/btif_common.h"
#include "hci/address.h"
#include "hci/le_scanning_manager.h"
@@ -37,6 +36,7 @@
#include "main/shim/shim.h"
#include "os/log.h"
#include "stack/btm/btm_int_types.h"
#include "stack/include/advertise_data_parser.h"
#include "stack/include/bt_dev_class.h"
#include "stack/include/btm_log_history.h"
#include "storage/device.h"
@@ -128,8 +128,6 @@ class DefaultScanningCallback : public ::ScanningCallbacks {
    static_cast<::ScanningCallbacks*>(&default_scanning_callback_);
extern ::ScanningCallbacks* bluetooth::shim::default_scanning_callback;

extern tBTM_CB btm_cb;

void btm_ble_process_adv_pkt_cont_for_inquiry(
    uint16_t event_type, tBLE_ADDR_TYPE address_type,
    const RawAddress& raw_address, uint8_t primary_phy, uint8_t secondary_phy,