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

Commit 416b743b authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "leaudio: Remove deprecated API" am: 136c7796 am: cee33f44 am:...

Merge "leaudio: Remove deprecated API" am: 136c7796 am: cee33f44 am: 6699f19d am: e27ccf4f am: ec50bdfa

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

Change-Id: I0dbe891659520636473d5169cf7390f97ffdc6e2
parents 7b1cbe1d ec50bdfa
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -54,13 +54,6 @@ class LeAudioClientInterfaceImpl : public LeAudioClientInterface,
                                     group_status, group_flags));
  }

  void OnSetMemberAvailable(const RawAddress& address,
                            uint8_t group_id) override {
    do_in_jni_thread(FROM_HERE,
                     Bind(&LeAudioClientCallbacks::OnSetMemberAvailable,
                          Unretained(callbacks), address, group_id));
  }

  void OnAudioConf(uint8_t direction, int group_id, uint32_t snk_audio_location,
                   uint32_t src_audio_location, uint16_t avail_cont) override {
    do_in_jni_thread(FROM_HERE,
+0 −4
Original line number Diff line number Diff line
@@ -62,10 +62,6 @@ class LeAudioClientCallbacks {
                           uint32_t snk_audio_location,
                           uint32_t src_audio_location,
                           uint16_t avail_cont) = 0;

  /* Callback for available set member  */
  virtual void OnSetMemberAvailable(const RawAddress& address,
                                    uint8_t group_id) = 0;
};

class LeAudioClientInterface {