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

Commit 86c46790 authored by Chris Manton's avatar Chris Manton
Browse files

Remove unused fields tBTM_CFG::

Towards meaningful code

Bug: 163134718
Tag: #refactor
Test: gd/cert/run --host

Change-Id: I949f26268baabe191ab2e09c4e67e8ec20de10ce
parent 38e1fb15
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 */