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

Commit 702c1cf6 authored by Chris Manton's avatar Chris Manton
Browse files

Canocalize and flatten includes using full project path

Also remove 'executable' bit on a header file

Bug: 159815595
Tag: #refactor
Test: compile & verify basic functions working

Change-Id: I4348690f87495a7386a42f24bef826fc19058405
parent 14646e60
Loading
Loading
Loading
Loading
+0 −0

File mode changed from 100755 to 100644.

+139 −159

File changed.

Preview size limit exceeded, changes collapsed.

+5 −3
Original line number Diff line number Diff line
@@ -19,11 +19,13 @@
#ifndef BTM_API_TYPES_H
#define BTM_API_TYPES_H

#include "bt_target.h"
#include <cstdint>

#include "device/include/esco_parameters.h"
#include "hcidefs.h"
#include "smp_api_types.h"
#include "internal_include/bt_target.h"
#include "stack/include/btm_status.h"
#include "stack/include/hcidefs.h"
#include "stack/include/smp_api_types.h"

/* Maximum number of bytes allowed for vendor specific command parameters */
#define BTM_MAX_VENDOR_SPECIFIC_LEN HCI_COMMAND_SIZE