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

Commit d2e7471f authored by William Escande's avatar William Escande
Browse files

Delete unused define: GAP_INCLUDED

Bug: 311825664
Test: m Bluetooth
Change-Id: Ib3a40bbb2bb2c8569bb9f67591c3de718331faef
parent b028c549
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -42,6 +42,7 @@
#include "btif/include/btif_dm.h"
#include "btif/include/stack_manager.h"
#include "device/include/controller.h"
#include "gap_api.h"
#include "include/bind_helpers.h"
#include "main/shim/acl_api.h"
#include "main/shim/btm_api.h"
@@ -60,10 +61,6 @@
#include "types/bluetooth/uuid.h"
#include "types/raw_address.h"

#if (GAP_INCLUDED == TRUE)
#include "gap_api.h"
#endif

using namespace bluetooth::legacy::stack::sdp;
using bluetooth::Uuid;

+0 −4
Original line number Diff line number Diff line
@@ -838,10 +838,6 @@
 *
 *****************************************************************************/

#ifndef GAP_INCLUDED
#define GAP_INCLUDED TRUE
#endif

/* The maximum number of simultaneous GAP L2CAP connections. */
#ifndef GAP_MAX_CONNECTIONS
#define GAP_MAX_CONNECTIONS 30