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

Commit b09a9d7f authored by Zach Johnson's avatar Zach Johnson
Browse files

bta_mce_enable is never referenced

Bug: 159815595
Tag: #refactor
Test: compile & verify basic functions working
Change-Id: I9c206f21641623395f98d4f556e40cbdf4cb22ce
parent 5141bed0
Loading
Loading
Loading
Loading
+0 −17
Original line number Diff line number Diff line
@@ -112,23 +112,6 @@ static void bta_mce_search_cback(uint16_t result, void* user_data) {
  bta_mce_cb.p_dm_cback(BTA_MCE_MAS_DISCOVERY_COMP_EVT, &bta_mce, user_data);
}

/*******************************************************************************
 *
 * Function     bta_mce_enable
 *
 * Description  Initializes the MCE I/F
 *
 * Returns      void
 *
 ******************************************************************************/
void bta_mce_enable(tBTA_MCE_MSG* p_data) {
  tBTA_MCE_STATUS status = BTA_MCE_SUCCESS;
  bta_mce_cb.p_dm_cback = p_data->enable.p_cback;
  tBTA_MCE bta_mce;
  bta_mce.status = status;
  bta_mce_cb.p_dm_cback(BTA_MCE_ENABLE_EVT, &bta_mce, NULL);
}

/*******************************************************************************
 *
 * Function     bta_mce_get_remote_mas_instances
+0 −1
Original line number Diff line number Diff line
@@ -78,7 +78,6 @@ extern tBTA_MCE_CB bta_mce_cb;
/* config struct */
extern tBTA_MCE_CFG* p_bta_mce_cfg;

extern void bta_mce_enable(tBTA_MCE_MSG* p_data);
extern void bta_mce_get_remote_mas_instances(tBTA_MCE_MSG* p_data);

#endif /* BTA_MCE_INT_H */