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

Commit c08f0947 authored by Henri Chataing's avatar Henri Chataing
Browse files

[ALPS07887516] Fix Coverity

Fix Coverity

Feature: BT HOST SW

Bug: 328842375
Fix: 328842375
Test: m com.android.btservices
Flag: EXEMPT, minor bugfix
Change-Id: Iab547daa25b3ec2c978f19545c1eaed8a854bdc5
parent 19c146f3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1330,7 +1330,7 @@ static void btif_dm_search_devices_evt(tBTA_DM_SEARCH_EVT event, tBTA_DM_SEARCH*
    case BTA_DM_INQ_RES_EVT: {
      /* inquiry result */
      bt_bdname_t bdname;
      uint8_t remote_name_len;
      uint8_t remote_name_len = 0;
      uint8_t num_uuids = 0, max_num_uuid = 32;
      uint8_t uuid_list[32 * Uuid::kNumBytes16];