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

Commit 8696babc authored by Ugo Yu's avatar Ugo Yu
Browse files

Remove redundant RawAddress declaration

The redundant RawAddress declaration clears the bd_addr in the
workaround of Apple HID devices. Remove it to fix the UUID callback.

Bug: 144033865
Test: Manual
Change-Id: I0450e08099a4df4685a72d68a6b27a5dfa5e05f0
parent 9f011f58
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1117,7 +1117,6 @@ static void btif_dm_auth_cmpl_evt(tBTA_DM_AUTH_CMPL* p_auth_cmpl) {

      LOG_WARN(LOG_TAG, "%s: Incoming HID Connection", __func__);
      bt_property_t prop;
      RawAddress bd_addr;
      Uuid uuid = Uuid::From16Bit(UUID_SERVCLASS_HUMAN_INTERFACE);

      prop.type = BT_PROPERTY_UUIDS;