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

Commit 81f8ccdf authored by Yuyang Huang's avatar Yuyang Huang Committed by Automerger Merge Worker
Browse files

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

Merge "add HFP SCO config to store ProviderInfo's HFP transport information" into main am: ebfdd7c3 am: 6492a3dc

Original change: https://android-review.googlesource.com/c/platform/packages/modules/Bluetooth/+/2922630



Change-Id: I10d70c0ff1c5277f3002bae074f352a061741686
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 23f1da58 6492a3dc
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -301,6 +301,12 @@ struct offload_config {
  bool is_nrec;
};

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

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