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

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

Remove unused fields tBTM_CFG:: am: 86c46790 am: 893298b3

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

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I353b45a4c2d8cfe3d13295b4d0d553f5c336a367
parents 995cf219 893298b3
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -66,15 +66,13 @@ class TimestampedStringCircularBuffer
};

/*
 * Define device configuration structure
 * Local device configuration
 */
typedef struct {
  tBTM_LOC_BD_NAME bd_name;  /* local Bluetooth device name */
  bool pin_type;             /* true if PIN type is fixed */
  uint8_t pin_code_len;      /* Bonding information */
  PIN_CODE pin_code;         /* PIN CODE if pin type is fixed */
  bool connectable;          /* If true page scan should be enabled */
  uint8_t def_inq_scan_mode; /* ??? limited/general/none */
} tBTM_CFG;

/* Pairing State */