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

Commit 9989e262 authored by Chris Manton's avatar Chris Manton
Browse files

Properly type in bta::tBTA_DM_SP_CFM_REQ::rmt_io_caps

Bug: 188297862
Test: mma .

Change-Id: Ib31787fa393090d1d1dfa9bc163c1c027d5f0930
parent 132c7b51
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -381,7 +381,7 @@ typedef struct {
  tBTM_AUTH_REQ loc_auth_req; /* Authentication required for local device */
  tBTM_AUTH_REQ loc_auth_req; /* Authentication required for local device */
  tBTM_AUTH_REQ rmt_auth_req; /* Authentication required for peer device */
  tBTM_AUTH_REQ rmt_auth_req; /* Authentication required for peer device */
  tBTM_IO_CAP loc_io_caps;    /* IO Capabilities of local device */
  tBTM_IO_CAP loc_io_caps;    /* IO Capabilities of local device */
  tBTM_AUTH_REQ rmt_io_caps;  /* IO Capabilities of remote device */
  tBTM_IO_CAP rmt_io_caps;    // IO Capabilities of remote device
} tBTA_DM_SP_CFM_REQ;
} tBTA_DM_SP_CFM_REQ;


/* Structure associated with BTA_DM_SP_KEY_NOTIF_EVT */
/* Structure associated with BTA_DM_SP_KEY_NOTIF_EVT */