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

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

De-anonymize tBTM_SEC_DEV_REC am: badec5c3 am: 2660ed28

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

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I42e84f63f8e01aac7c308b6e114f7c2791c4a999
parents d0f8cb0d 2660ed28
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -170,7 +170,7 @@ typedef enum : uint8_t {
 * Define structure for Security Device Record.
 * A record exists for each device authenticated with this device
 */
typedef struct {
struct tBTM_SEC_DEV_REC {
  /* Peering bond type */
  typedef enum : uint8_t {
    BOND_TYPE_UNKNOWN = 0,
@@ -375,5 +375,4 @@ typedef struct {
        DeviceTypeText(device_type).c_str(), sec_bd_name,
        logbool(remote_supports_secure_connections).c_str());
  }

} tBTM_SEC_DEV_REC;
};