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

Commit b818e38b authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Add security record for devices found through LE batch scan"

parents 472afe0f 27ff5629
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -123,6 +123,10 @@ void btm_ble_batchscan_filter_track_adv_vse_cback(uint8_t len, uint8_t *p)

        BTM_TRACE_EVENT("track_adv_vse_cback called: %d, %d, %d", adv_data.filt_index,
                         adv_data.addr_type, adv_data.advertiser_state);

        // Make sure the device is known
        BTM_SecAddBleDevice(adv_data.bd_addr.address, NULL, BT_DEVICE_TYPE_BLE, adv_data.addr_type);

        ble_advtrack_cb.p_track_cback(&adv_data);
        return;
    }