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

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

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

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

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I6d3cd07bab066a82695dc756068d0237aeadb752
parents 8dd889e6 f53895e0
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 */