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

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

Re-include stack/btm/btm_ble_bgconn am: 5d23d9ff

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

Change-Id: Iaa11b882b45b61b80b7d9457eca8c6bbb1c13f32
parents 5b4cf4b3 5d23d9ff
Loading
Loading
Loading
Loading
+9 −6
Original line number Diff line number Diff line
@@ -22,16 +22,19 @@
 *
 ******************************************************************************/

#include <base/logging.h>
#include <base/bind.h>
#include <cstdint>
#include <unordered_map>

#include "bt_types.h"
#include "btm_int.h"
#include "btu.h"
#include "device/include/controller.h"
#include "hcimsgs.h"
#include "stack/btm/btm_dev.h"
#include "stack/include/acl_api.h"
#include "stack/btm/btm_int_types.h"
#include "stack/btm/security_device_record.h"
#include "stack/include/bt_types.h"
#include "stack/include/hcimsgs.h"
#include "types/raw_address.h"

extern tBTM_CB btm_cb;

extern void btm_send_hci_create_connection(
    uint16_t scan_int, uint16_t scan_win, uint8_t init_filter_policy,