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

Commit 745cdf74 authored by Jakub Pawlowski's avatar Jakub Pawlowski Committed by android-build-merger
Browse files

Parse extended advertising packets

am: 742a7fbe

Change-Id: I05c290d1d441f56eac28ffdff8ed7b4795061dc3
parents 9cc30ddb 742a7fbe
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -2041,11 +2041,6 @@ void btm_ble_process_ext_adv_pkt(uint8_t data_len, uint8_t* data) {
                      pkt_data_len, rssi);
    }

    // we parse legacy packets only for now.
    if ((event_type & 0x0010) == 0) {
      continue;
    }

    btm_ble_process_adv_addr(bda, addr_type);
    btm_ble_process_adv_pkt_cont(event_type, addr_type, bda, primary_phy,
                                 secondary_phy, advertising_sid, tx_power, rssi,