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

Commit 5b801735 authored by Chris Manton's avatar Chris Manton
Browse files

Re-include stack/btm/btm_sco

Towards readable code

Bug: 163134718
Tag: #refactor
Test: compile & verify basic functions working
Change-Id: I5e6f79ef6489dd07a60dcae6afaba0c0b295b689
parent 15bb7479
Loading
Loading
Loading
Loading
+7 −13
Original line number Diff line number Diff line
@@ -23,24 +23,18 @@
 *
 ******************************************************************************/

#include <device/include/esco_parameters.h>
#include <stack/include/btm_api_types.h>
#include <string.h>
#include "bt_common.h"
#include "bt_target.h"
#include "bt_types.h"
#include "bt_utils.h"
#include "btm_api.h"
#include "btm_int.h"
#include "btm_int_types.h"
#include "btu.h"
#include <cstdint>

#include "device/include/controller.h"
#include "device/include/esco_parameters.h"
#include "hcidefs.h"
#include "hcimsgs.h"
#include "osi/include/osi.h"
#include "stack/btm/btm_sec.h"
#include "stack/btm/security_device_record.h"
#include "stack/include/acl_api.h"
#include "stack/include/btm_api.h"
#include "stack/include/btm_api_types.h"

extern tBTM_CB btm_cb;

/******************************************************************************/
/*               L O C A L    D A T A    D E F I N I T I O N S                */