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

Commit 76808ad9 authored by Zach Johnson's avatar Zach Johnson
Browse files

Callbacks are never used

Bug: 159815595
Tag: #refactor
Test: compile & verify basic functions working
Change-Id: I3bdc9627d072d27a8b7f911342575f4400abfd97
parent c6a31620
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -43,21 +43,13 @@
 *  Static variables
 *****************************************************************************/

static btmce_callbacks_t* bt_mce_callbacks = NULL;

static bt_status_t init(btmce_callbacks_t* callbacks) {
  BTIF_TRACE_EVENT("%s", __func__);

  bt_mce_callbacks = callbacks;

  btif_enable_service(BTA_MAP_SERVICE_ID);

  return BT_STATUS_SUCCESS;
}

static bt_status_t get_remote_mas_instances(RawAddress* bd_addr) {
  VLOG(2) << __func__ << ": remote_addr=" << bd_addr;

  return BT_STATUS_SUCCESS;
}