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

Commit f76b8cd6 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: 35ca380b

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

Change-Id: I99a4790059573b57bbe9fdf0e9ffb85d89f5d7d7
parents 3f632e4d 35ca380b
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 {