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

Commit ebfdd7c3 authored by Yuyang Huang's avatar Yuyang Huang Committed by Gerrit Code Review
Browse files

Merge "add HFP SCO config to store ProviderInfo's HFP transport information" into main

parents 593c225f 8fe4b1dd
Loading
Loading
Loading
Loading
+6 −0
Original line number Original line Diff line number Diff line
@@ -301,6 +301,12 @@ struct offload_config {
  bool is_nrec;
  bool is_nrec;
};
};


struct sco_config {
  int inputDataPath;
  int outputDataPath;
  bool useControllerCodec;
};

}  // namespace hfp
}  // namespace hfp
/* data associated with BTA_AG_IND_RES */
/* data associated with BTA_AG_IND_RES */
typedef struct {
typedef struct {