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

Commit badec5c3 authored by Chris Manton's avatar Chris Manton
Browse files

De-anonymize tBTM_SEC_DEV_REC

Towards readable code

Bug: 163134718
Tag: #refactor
Test: gd/cert/run
Change-Id: I4f49a92b5fbd227b537899e130291394c130cb9f
parent 7cf71eb5
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;
};