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

Commit 414ebeb0 authored by Chris Manton's avatar Chris Manton Committed by Automerger Merge Worker
Browse files

legacy: Use le advertising filter vendor-specific 0x02 ANY_ADDRESS_TYPE am: 19313ddb

Original change: https://android-review.googlesource.com/c/platform/packages/modules/Bluetooth/+/2030653

Change-Id: Icf9f61d0c5b2b1439e8c41e7f3c232aeecc8abff
parents 02bdf668 19313ddb
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -531,8 +531,9 @@ static void BTM_LE_PF_addr_filter(tBTM_BLE_SCAN_COND_OP action,
     * cover if the RPA is derived from RANDOM STATIC.
     */
    /* ALWAYS FORCE 2 for this vendor command! */
    addr.type = 0x02;  // Really, you will break scanning if you change this.
    UINT8_TO_STREAM(p, addr.type);
    uint8_t addr_type =
        0x02;  // Really, you will break scanning if you change this.
    UINT8_TO_STREAM(p, addr_type);
  }

  /* send address filter */