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

Commit 06d7d1c9 authored by Chris Manton's avatar Chris Manton
Browse files

Remove stack/include/gatt_api::GATT_TRANSPORT_

Bug: 163134718
Tag: #refactor
Test: compile & verify basic functions working
Change-Id: I3482cea0eda881b250644ef03c385889a7d70c2f
parent 671e2e8a
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -340,12 +340,6 @@ typedef union {

} tGATTS_RSP;

/* Transports for the primary service  */
#define GATT_TRANSPORT_LE BT_TRANSPORT_LE
#define GATT_TRANSPORT_BR_EDR BT_TRANSPORT_BR_EDR
#define GATT_TRANSPORT_LE_BR_EDR (GATT_TRANSPORT_LE | GATT_TRANSPORT_BR_EDR)
typedef uint8_t tBT_TRANSPORT;

#define GATT_PREP_WRITE_CANCEL 0x00
#define GATT_PREP_WRITE_EXEC 0x01
typedef uint8_t tGATT_EXEC_FLAG;