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

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

De-anonymize stack/include/btm_api_types::tBTM_ESCO_DATA am: aa230e18

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

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: Ie35935a4219d261ea7c883ca4c94143510075ebe
parents 37da0123 aa230e18
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -420,7 +420,7 @@ typedef struct {
} tBTM_CHG_ESCO_PARAMS;

/* Returned by BTM_ReadEScoLinkParms() */
typedef struct {
struct tBTM_ESCO_DATA {
  uint16_t rx_pkt_len;
  uint16_t tx_pkt_len;
  RawAddress bd_addr;
@@ -428,7 +428,7 @@ typedef struct {
  uint8_t tx_interval;
  uint8_t retrans_window;
  uint8_t air_mode;
} tBTM_ESCO_DATA;
};

typedef struct {
  uint16_t sco_inx;