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

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

Remove unnecessary layer of obfuscation tBTA_GATTC_CMPL am: 2a209209 am:...

Remove unnecessary layer of obfuscation tBTA_GATTC_CMPL am: 2a209209 am: 35ca380b am: f76b8cd6

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

Change-Id: I28e00af67c01e2eadb40248ea2ce6c00b676a3ba
parents 934b84dd f76b8cd6
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -133,13 +133,11 @@ typedef struct {
  uint16_t cid;
} tBTA_GATTC_API_CONFIRM;

typedef tGATT_CL_COMPLETE tBTA_GATTC_CMPL;

typedef struct {
  BT_HDR_RIGID hdr;
  uint8_t op_code;
  tGATT_STATUS status;
  tBTA_GATTC_CMPL* p_cmpl;
  tGATT_CL_COMPLETE* p_cmpl;
} tBTA_GATTC_OP_CMPL;

typedef struct {