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

Commit 324f8e8e authored by Chris Manton's avatar Chris Manton
Browse files

stack::btm::tBTM_SCO_PKT_STATUS Establish linkage prior to definition

Bug: 317316203
Test: m .
Flag: EXEMPT, establish linkage prior to definition
Change-Id: I390865b87087208de5094ae837dd14927d51a654
parent f916d278
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -28,7 +28,7 @@
#define BTM_PKT_STATUS_WBS_FRAME_US 7500

/* Object to log consecutive packets' status */
typedef struct {
struct tBTM_SCO_PKT_STATUS {
  // Bytes to store packets' status.
  uint8_t data[BTM_PKT_STATUS_LEN];
  // Total number of bits in |data|.
@@ -113,4 +113,4 @@ typedef struct {

    return s;
  }
} tBTM_SCO_PKT_STATUS;
};