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

Commit 539bfff0 authored by Zach Johnson's avatar Zach Johnson
Browse files

Remove bte_main_postload_cfg, it does nothing

Bug: 159815595
Tag: #refactor
Test: compile & verify basic functions working
Change-Id: Id108e40ca9565b991e0adc7d44f14c300e0ef5d7
parent a26c1010
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -214,7 +214,6 @@ void bte_load_did_conf(const char* p_path);
void bte_main_boot_entry(void);
void bte_main_disable(void);
void bte_main_cleanup(void);
void bte_main_postload_cfg(void);

bt_status_t btif_transfer_context(tBTIF_CBACK* p_cback, uint16_t event,
                                  char* p_params, int param_len,
+0 −2
Original line number Diff line number Diff line
@@ -368,8 +368,6 @@ void btif_enable_bluetooth_evt(tBTA_STATUS status) {
              &prop);
  }

  bte_main_postload_cfg();

  /* callback to HAL */
  if (status == BTA_SUCCESS) {
    uid_set = uid_set_create();
+0 −13
Original line number Diff line number Diff line
@@ -155,19 +155,6 @@ void bte_main_disable(void) {
  BTU_ShutDown();
}

/******************************************************************************
 *
 * Function         bte_main_postload_cfg
 *
 * Description      BTE MAIN API - Stack postload configuration
 *
 * Returns          None
 *
 *****************************************************************************/
void bte_main_postload_cfg(void) {
  // TODO(eisenbach): [HIDL] DEPRECATE?
}

/******************************************************************************
 *
 * Function         bte_main_hci_send