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

Commit 5033e67f authored by Prerepa Viswanadham's avatar Prerepa Viswanadham
Browse files

Fix build for aosp_manta

Change-Id: Ic1e2363e7fb7d23dcaef8e989cae37606f2af664
parent a3c7ad4b
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1026,6 +1026,7 @@ static void execute_storage_request(UINT16 event, char *p_param)
            prop.len = sizeof(buf);
            if (prop.type == BT_PROPERTY_LOCAL_LE_FEATURES)
            {
                #if (BLE_INCLUDED == TRUE)
                tBTM_BLE_VSC_CB cmn_vsc_cb;
                bt_local_le_features_t local_le_features;

@@ -1043,6 +1044,7 @@ static void execute_storage_request(UINT16 event, char *p_param)
                local_le_features.rpa_offload_supported = cmn_vsc_cb.rpa_offloading;
                local_le_features.scan_result_storage_size = cmn_vsc_cb.tot_scan_results_strg;
                memcpy(prop.val, &local_le_features, prop.len);
                #endif
            }
            else
            {