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

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

De-anonymize stack/include/btm_api_types::tBTM_ESCO_DATA

Towards encapsulated code

Bug: 163134718
Tag: #refactor
Test: gd/cert/run --host

Change-Id: I8b0d26cf0fd10ba0cf5c301c20dc4c03edd512f9
parent f38308c5
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;