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

Commit 7a0c0c32 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 am:...

De-anonymize stack/include/btm_api_types::tBTM_ESCO_DATA am: aa230e18 am: 6c0417fe am: d0c99ce1

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

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: Ibc8538e64bea7065eee9579c904e5ee89970f0cd
parents 806e4b8d d0c99ce1
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;