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

Commit 35a05fec 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:...

legacy: Use le advertising filter vendor-specific 0x02 ANY_ADDRESS_TYPE am: 19313ddb am: 414ebeb0 am: df37bd67 am: 33f3782b

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

Change-Id: Ia1a3b885510b86fbf26a039e0eaeedde693470eb
parents 9340fc07 33f3782b
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 */