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

Commit 742a7fbe authored by Jakub Pawlowski's avatar Jakub Pawlowski
Browse files

Parse extended advertising packets

Test: manual
Bug: 30622771
Change-Id: I286b8d636115385ee5951284629a1894026d9b5b
parent 366f7e63
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,