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

Commit b9ccc4f3 authored by Łukasz Rymanowski's avatar Łukasz Rymanowski
Browse files

leaudio: Add missing GroupSetActive API

Bug: 150670922
Tag: #feature
Sponsor: jpawlowski@
test: compile

Change-Id: Ic6aacc788ddb19fa38225214e57d2d34cadde216
parent 14c1ce94
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -78,6 +78,8 @@ class LeAudioClientInterfaceImpl : public LeAudioClientInterface,

  void Disconnect(const RawAddress& address) override {}

  void GroupSetActive(const int group_id) override {}

 private:
  LeAudioClientCallbacks* callbacks;
};
+3 −0
Original line number Diff line number Diff line
@@ -86,6 +86,9 @@ class LeAudioClientInterface {

  /* Cleanup the LeAudio */
  virtual void Cleanup(void) = 0;

  /* Set active le audio group */
  virtual void GroupSetActive(int group_id) = 0;
};

static constexpr uint8_t INSTANCE_ID_UNDEFINED = 0xFF;