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

Commit b9529b7d authored by Chris Manton's avatar Chris Manton
Browse files

legacy: Use btm_client_api BTA_dm_on_hw_on

Bug: 193716447
Tag: #refactor
Test: gd/cert/run

Change-Id: Ibb6e5ef0dc063baf7190358ed128acd476d8a5a4
parent 8205588c
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -401,7 +401,8 @@ void BTA_dm_on_hw_on() {
     which forces
     the DM_ENABLE_EVT to be sent only after all the init steps are complete
     */
  BTM_ReadLocalDeviceNameFromController(bta_dm_local_name_cback);
  get_btm_client_interface().local.BTM_ReadLocalDeviceNameFromController(
      bta_dm_local_name_cback);

  bta_sys_rm_register(bta_dm_rm_cback);